This is the first time I am trying to set up docker (version 17.09.0-ce). I have followed the all instructions from official site and this run ok on my machine (Windows 10 x64). When I type docker --version
on console returns Docker version 17.09.0-ce, build afdb6d4
. But i am trying execute docker run -t hello-world
and this is the answer:
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
my internet is from proxy, but I make a VPN and everything work perfectly except docker, I even install python packages using pip. what could be wrong?
I resolved this issue on windows 10 by resetting the DNS server to use the Google DNS fixed address: 8.8.8.8 (docker documentation)
This should resolve the issues for most.
For windows behind a proxy, you can do the followings to resolve this issue
go to your proxy setting under resources and enter your proxy credentials
username:password@yourdomain:port
.
Important make sure to account for special character Unicode conversion
for example, if you have # in your password then you replace it with: %23
you can covert special characters via site.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With