-- Greg Freemyer On Tue, Sep 2, 2014 at 8:28 PM, Chuck Payne <terrorpup@gmail.com> wrote:
On Tue, Sep 2, 2014 at 7:50 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
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
Hey,
This worked for me...
docker pull opensuse:13.1
Let me know if doesn't.
$ docker pull opensuse:13.1 Pulling repository opensuse 2014/09/02 21:11:50 Get https://index.docker.io/v1/repositories/opensuse/images: x509: certificate signed by unknown authority I must have something messed up with my certs. I don't recall messing with them. I do have a secure ftp server running on the same machine. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org