Rachid Zaze
Rachid Zaze

Reputation: 41

Docker Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53

Docker Desktop Windows10 Error :

Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: read udp 192.168.65.3:40005->192.168.65.1:53: i/o timeout

My configuration:

Test in powerShell us admin with Linux containers: docker run hello-world

No proxy

DNS settings docker fixed at 8.8.8.8

In the etc / hosts file I put 34.228.211.243 registry-1.docker.io but without success

PS: I tested the latest version of docker but can't switch to linux containers, that's why I came back to version 2.1.0.5 which switches well to linux but impossible to load or start an image.

Help me please.

Upvotes: 4

Views: 10444

Answers (1)

Ahmad Danish
Ahmad Danish

Reputation: 21

docker-machine restart default

worked fine for me.

Upvotes: 1

Related Questions