拉取docker镜像报错
#233
-
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution. 部署了paopaodns+paopaogw,拉取docker镜像就出现报错,配置了daemon.json也不行 |
Beta Was this translation helpful? Give feedback.
Answered by
andlink01
Dec 2, 2024
Replies: 1 comment 6 replies
-
failure in name resolution.是没有DNS解析 。 |
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
找到问题了,部署PaoDNS的机器上运行了systemd-resolved,这个程序也会监听53端口,最开始我关闭了IPv6报错提示变了,但是依旧还是不能用。后来重启paodns的Docker发现提示端口被占用