Re: [opensuse] Basic docker connection problem
-- 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
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
Any troubleshooting advice for the first platform? I was going to try docker out in a VM, but the VMs I have handy are all 32-bit and docker apparently requires a 64-bit host so I can't even install the packages in my VM(s). I'll be back in the office tomorrow and give it a shot on a different 64-bit hardware platform. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Sep 3, 2014 at 2:53 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
I'll be back in the office tomorrow and give it a shot on a different 64-bit hardware platform.
hmm... 64-bit hardware, 32-bit install. I guess I only have the one 64-bit install and it is having the certificate issue. :( -- Greg Freemyer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On September 4, 2014 4:27:33 PM EDT, Greg Freemyer <greg.freemyer@gmail.com> wrote:
On Wed, Sep 3, 2014 at 2:53 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
I'll be back in the office tomorrow and give it a shot on a different 64-bit hardware platform.
hmm...
64-bit hardware, 32-bit install. I guess I only have the one 64-bit install and it is having the certificate issue. :(
I used the 13.1 iso to convert my install to 64-bit. I now have docker working. It seems like really cool technology. I want to package up some tools I use, so it may not be generally useful, but I think it will be for me. Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Greg Freemyer