When trying to pull images from Docker Hub I’m getting the following error.
$ docker pull redis
Pulling repository redis
FATA[0075] Get https://index.docker.io/v1/repositories/library/redis/images: dial tcp: lookup index.docker.io on 195.121.1.66:53: read udp 195.121.1.66:53: i/o timeout
$ docker pull mongo
Pulling repository mongo
FATA[0075] Get https://index.docker.io/v1/repositories/library/mongo/images: dial tcp: lookup index.docker.io on 195.121.1.66:53: read udp 195.121.1.66:53: i/o timeout
Is there anything I can try to figure out why this is happening?
I’m on OS X 10.9.5
Docker version 1.6.2, build 7c8fca2
Kitematic version 0.6.6
docker-machine version 0.3.0-dev (fec8b4a)