I've a problem with my Docker. When I run the docker pull command, I get a fatal error.
run: docker pull golang
get: Pulling repository golang
FATA[0000] Get https://index.docker.io/v1/repositories/library/golang/images: dial tcp: lookup index.docker.io on [192.168.3.50]:53: server misbehaving
This problem occurred, even though I tried pull a different image.
How can I solve this problem?
My docker version is 1.4.1
I had this problem when doing docker build .
and was getting
Error while pulling image:
Get https://index.docker.io/v1/repositories/library/debian/images:
dial tcp: lookup index.docker.io on 75.75.76.76:53: server misbehaving
and
Error while pulling image:
Get https://index.docker.io/v1/repositories/library/debian/images:
dial tcp: lookup index.docker.io: no such host
Restarting the vm that docker uses fixed my problem:
docker-machine restart default && eval "$(docker-machine env default)"
Your DNS-server can not lookup docker-register domain (index.docker.io). Please, recheck DNS-records in your local DNS-server or replace it for a public server, example, 8.8.8.8
.
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