$ docker run -it ubuntu bash
Unable to find image 'ubuntu:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fubuntu%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.
See 'docker run --help'.
Note: Docker was working fine for both of us on Friday. Was there an update on Friday or over the weekend that could have caused this? If so, is it possible to rollback? Are there any workarounds so we can get back to working?
Switching to my company’s guest WiFi allowed me to workaround the issue, of course this won’t work long-term as I need to be on the corporate VPN to actually do my job. Are others with this problem on a corporate VPN?
Seeing same. Not on a VPN. Also was working fine on Friday and stopped working today.
edit:
Am on my corporate LAN.
$ docker login -u twhid
Password:
Error response from daemon: Get https://registry-1.docker.io/v2/: \
Get https://auth.docker.io/token?account=twhid&client_id=docker&offline_token=true&service=registry.docker.io: \
dial tcp: lookup auth.docker.io on 192.168.65.1:53: no such host
Possible there were DNS issues that only some folks encountered. It would be nice if the moderators could comment on what, if any, changes they made to fix the issue. Or if they were aware of other network issues that could have caused the problem.
Several of our users here on Mac machines are experiencing the same issue on Docker Version 17.09.0-ce-mac35 (19611). The solution was to disconnect from VPN, and refresh the terminal (also may need to restart Docker), before running the docker pull commands.