moby: [1.12.0-rc2] Cannot pull nor login to `quay.io` server
Output of docker version:
Client:
Version: 1.12.0-rc2
API version: 1.24
Go version: go1.6.2
Git commit: 906eacd
Built: Fri Jun 17 20:35:33 2016
OS/Arch: darwin/amd64
Experimental: true
Server:
Version: 1.12.0-rc2
API version: 1.24
Go version: go1.6.2
Git commit: a7119de
Built: Fri Jun 17 22:09:20 2016
OS/Arch: linux/amd64
Experimental: true
Output of docker info:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 1.12.0-rc2
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 0
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: host null bridge overlay
Swarm: inactive
Runtimes: default
Default Runtime: default
Security Options: seccomp
Kernel Version: 4.4.13-moby
Operating System: Alpine Linux v3.4
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 1.954 GiB
Name: moby
ID: 76DC:HOIL:KELK:2A35:XW3A:BUJ5:G3DB:6IZL:24DK:FAGG:VKVJ:MNOE
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
File Descriptors: 21
Goroutines: 28
System Time: 2016-06-21T01:45:47.450682972Z
EventsListeners: 1
No Proxy: *.local, 169.254/16
Registry: https://index.docker.io/v1/
Experimental: true
Insecure Registries:
127.0.0.0/8
Steps to reproduce the issue: Freshly installed Docker for Mac version 0.12.0-rc2. Logging in to the quay.io hub server doesn’t work:
$ docker login quay.io
Username (pietv):
Password:
Error response from daemon: Get https://quay.io/v1/users/: dial tcp: lookup quay.io on 192.168.65.1:53: read udp 192.168.65.2:37176->192.168.65.1:53: i/o timeout
Pulling public images from quay.io doesn’t work:
$ docker pull quay.io/eris/data
Using default tag: latest
Error response from daemon: Get https://quay.io/v1/_ping: dial tcp: lookup quay.io on 192.168.65.1:53: read udp 192.168.65.2:44125->192.168.65.1:53: i/o timeout
(Both operations do work with docker 1.11.2 on Mac.)
/etc/hosts:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
/etc/resolv.conf:
nameserver 8.8.4.4
nameserver 8.8.8.8
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 3
- Comments: 18 (4 by maintainers)
@FrenchBen super, thanks! replacing my ISP DNS with 8.8.8.8 solved the issue for me.
(My ISP DNS doesn’t reply with
Truncated, retrying in TCP mode.message and successfully resolvesquay.io.)