-
Notifications
You must be signed in to change notification settings - Fork 304
Docker 1.13 cli gives a warning about crypto/x509 #422
Copy link
Copy link
Closed
Labels
Description
Expected behavior
Docker ouput should be free of warnings (unless there's something to fix)
Actual behavior
Docker 1.13.0 provides a developer warning on every run - it is reporting a library does not exist on windows. That's not something I can fix as a user.
>docker --version
time="2017-01-24T09:45:40-08:00" level=warning msg="Unable to use system certificate pool: crypto/x509: system root pool is not available on Windows"
Docker version 1.13.0, build 49bf474
Information
- host distribution and version (Windows version, build number, etc)
running on windows 10 pro, Version 1607 (OS Build 14292.693)
This might be an issue from Go's system cert pool: golang/go#16736
Steps to reproduce the behavior
- Install docker 1.13.0 on windows
- Run
docker --version(or any other command)
Reactions are currently unavailable