docker pull timeout #2680
Closed
liuxinwang
started this conversation in
General
Replies: 3 comments
-
非 archery问题,请自行排查解决,欢迎提出解决方案 |
Beta Was this translation helpful? Give feedback.
0 replies
-
所有国内镜像地址被关掉了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
现在就是archery docker pull timeout,修改源后其它都可以正常pull
error pulling image configuration: download failed after attempts=6: dial tcp 162.125.32.6:443: i/o timeout
cat /etc/docker/daemon.json
{
"registry-mirrors": [
"https://dockerproxy.com",
"https://docker.mirrors.ustc.edu.cn",
"https://docker.nju.edu.cn",
"https://mirror.baidubce.com"
]
}
Beta Was this translation helpful? Give feedback.
All reactions