I am new to Docker and i am unable to run the docker in window PC .
.Please find below error.
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:55751->[::1]:53: read: connection refused
Finally, if your issue has not been addressed elsewhere, running:
️ Settings ️ Diagnose & Feedback ️ Open Issues.
This forum is not an official product support or issue reporting channel.
brikeyes
(Ralph Kincade)
July 25, 2017, 3:54pm
2
what version of docker are you running?
what is the exact command you are using ?
fideles
(Fideles)
August 22, 2017, 7:35pm
3
Same problem here!
C:\Users\marcelo-gf>docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp 34.224.42.226:443: getsockopt: connection refused. See 'docker run --help'.
Hi,
I’m also facing same issue, any update on this ? How to fix this…
Thanks,
Madhur
fideles
(Fideles)
September 28, 2017, 9:50am
5
My problem was the proxy. Try to set http_proxy and https_proxy system variables.