Hi All,
I have installed docker in windows 7 using a windows tool box. Actually, I am trying use docker to build image and push it to IBM Bluemix registry cloud. But while initializing the container I found the same error message as I am trying to login Bluemix registry using docker.
Please have a look on below-mentioned error message :
C:\Users\vkumar58>docker login registry.ng.bluemix.net
time=“2017-04-26T18:39:15+05:30” level=info msg=“Unable to use system certificate pool: crypto/x509: system root pool is not available on Windows”
Username: xxx@xxx.com
Password:
Error response from daemon: Get https://registry.ng.bluemix.net/v1/users/: x509: certificate signed by unknown authority
As per the Docker documents Verify repository client with certificates
I have generated the certificate using OpenSSL.
But still I am not able to login with IBM bluemix registry and getting an error as “x509: certificate signed by unknown authority”.
Docker Version
C:\Users\vkumar58>docker version
time=“2017-04-26T19:00:21+05:30” level=info msg=“Unable to use system certificate pool: crypto/x509: system root pool is not available on Windows”
Client:
Version: 17.03.1-ce
API version: 1.27
Go version: go1.7.5
Git commit: c6d412e
Built: Tue Mar 28 00:40:02 2017
OS/Arch: windows/amd64
Server:
Version: 17.04.0-ce
API version: 1.28 (minimum version 1.12)
Go version: go1.7.5
Git commit: 4845c56
Built: Wed Apr 5 18:45:47 2017
OS/Arch: linux/amd64
Experimental: false
Please suggest how to resolve this issue.
Thanks,
Vikash