Expected behavior
Note: this output is retrieved from a docker-machine
virtualbox on my laptop
{03:55 PM}~/Development ➭ docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
Digest: sha256:af451bc5c4d6e87b64303f707f7bd98debd7fd3175a676c08f4bf46cb48813d4
Status: Image is up to date for hello-world:latest
Actual behavior
Note: this output is retrieved from Docker for Mac on my laptop
{03:52 PM}~/Development ➭ docker pull hello-world
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io: dial tcp: lookup auth.docker.io on 192.168.65.1:53: dial tcp 192.168.65.1:53: getsockopt: connection refused
Information
Docker for Mac: version: mac-v1.12.0-beta17
OS X: version 10.11.5 (build: 15F34)
logs: /tmp/20160630-155811.tar.gz
[OK] docker-cli
[OK] app
[OK] menubar
[OK] virtualization
[OK] system
[OK] osxfs
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[OK] moby
[OK] driver.amd64-linux
Diagnostic ID: ACD8C9C3-C447-4E58-8BCE-88C06112FA97
Steps to reproduce the behavior
docker pull hello-world
Additional notes
This all worked as expected as recent as yesterday. While the issue occurs on my normal office wifi, it does not happen when I tether from my phone (as an example of another readily available network that I had). Other coworkers on the same office wifi are not experiencing this issue.