Hello ,
I am a beginner with docker .I am running docker 1.12 on Fedora25 machine on a corporate network. Per docs.docker.com , I have created a http_proxy file in /etc/systemd/syste/docker.service.d and provided the proxy details as mentioned. But when I try to access docker hub to pull hello-world image or any image, I am getting the below error.
Unable to find image ‘hello-world:latest’ locally
_Trying to pull repository docker.io/library/hello-world … _
/usr/bin/docker-current: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io: dial tcp: lookup auth.docker.io on [::1]:53: read udp [::1]:39175->[::1]:53: read: connection refused.
See ‘/usr/bin/docker-current run --help’.
Are there any specific setup for Fedora ? I tried googling but could get mostly for ubuntu, centos but very few info w.r.t. Fedora.
Could I get some assistance in resolving this error ? I had spent close to 4 hours researching without any luck. Any help would be greatly appreciated!