I'm an absolute Beginner in Docker and install on my workstation ubuntu 16.04.3 the latest docker version successfully.
But when I now try to do following: docker run hello-world Unable to find image 'hello-world:latest' locally Pulling repository docker.io/library/hello-world docker: Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: x509: certificate signed by unknown authority. See 'docker run --help'.
I got the issue with the x509 error message.
We have in our company a firewall and I have already copied our company root certificate to /etc/docker/certs.d/ We also use a internet proxy for communication to the internet, so i configured the daemon who starts with systemd, I set the environment for the http proxy and https proxy but still get the same x509 error message.
Could somebody please help me.
thank you
$ docker -v Docker version 1.12.6, build 78d1802