我用的 docker for windows,配置了国内的镜像加速,之前用的好好的,现在却没法 pull 镜像。
docker info
Registry Mirrors:
https://docker.mirrors.ustc.edu.cn/
Live Restore Enabled: false
Product License: Community Engine
运行
$ docker pull hello-world
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: read udp 192.168.65.3:58769->192.168.65.1:53: i/o timeout
这个命令每次报的错还不太一样,但都是跟https://registry-1.docker.io/v2/
这个地址 ping 不通有关。
这跟我用的网络提供商是移动有关吗?
是不是不管配置不配置国内镜像加速,都会走那个地址去验证些东西?我试过手动指定下载地址,但是卡在验证文件完整性上。
$ docker pull docker.mirrors.ustc.edu.cn/library/kong:0.13
0.13: Pulling from library/kong
5a3ea8efae5d: Pulling fs layer
94ba7d7143a3: Pulling fs layer
da453abf4e53: Pulling fs layer
da453abf4e53: Verifying Checksum
da453abf4e53: Download complete
94ba7d7143a3: Download complete
5a3ea8efae5d: Retrying in 5 seconds
5a3ea8efae5d: Retrying in 4 seconds
5a3ea8efae5d: Retrying in 3 seconds
5a3ea8efae5d: Retrying in 2 seconds
5a3ea8efae5d: Retrying in 1 second
5a3ea8efae5d: Retrying in 10 seconds
5a3ea8efae5d: Retrying in 9 seconds
5a3ea8efae5d: Retrying in 8 seconds
5a3ea8efae5d: Retrying in 7 seconds
5a3ea8efae5d: Retrying in 6 seconds
5a3ea8efae5d: Retrying in 5 seconds
5a3ea8efae5d: Retrying in 4 seconds
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.