I'm very new to Docker and currently following the Docker getting started guide, I was able to install Docker Toolbox and created by first Docker image, but now I see the following message when I try to pull a Docker image
I do pull hello-world
from my Docker command line and I get the error
Pulling repository docker.io/library/hello-world
Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: dial tcp: lookup index.docker.io on 192.231.203.3:53: server misbehaving
I'm on OSX (10.10.3) and Docker version 1.8.1, build d12ea79, and not behind a firewall/proxy.