[opensuse] Basic docker connection problem
All, I'm giving docker a shot for the first time. (opensuse 13.1) I'm following the instructions at: https://docs.docker.com/installation/openSUSE/ All goes well until I try to talk to the docker hub: $ sudo docker run --rm -i -t opensuse /bin/bash Unable to find image 'opensuse' locally Pulling repository opensuse 2014/09/02 19:49:09 Get https://index.docker.io/v1/repositories/opensuse/images: x509: certificate signed by unknown authority === Even searching for the tutorial container fails:
sudo docker search tutorial 2014/09/02 19:49:46 Error response from daemon: Get https://index.docker.io/v1/search?q=tutorial: x509: certificate signed by unknown authority
What do I need to do to get a valid sertificate? Thanks Greg -- Greg Freemyer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Greg Freemyer