windows可以正常上网,linux无法拉取docker镜像 #237
Unanswered
delete7456
asked this question in
问答和帮助
Replies: 1 comment 6 replies
-
没细看,你用了macvlan的话先看看 #200 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
拉取镜像时一直显示超时
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
但windows上网没有问题
windows使用
curl -v https://registry-1.docker.io/v2/
linux使用
curl -v https://registry-1.docker.io/v2/
二者nslookup结果一致
因为此openwrt是omv上的虚拟机,而paopaodns是omv上使用macvlan网桥的docker,曾怀疑是omv网络问题,但实测debian物理机与openwrt虚拟机结果一致,遂查找不出原因
这里贴上debug.sh
`
== debug.sh : docker exec -it paopaodns sh ==
-> debug start
1734179818
-> debug end
1734179928
`
Beta Was this translation helpful? Give feedback.
All reactions