docker pull 失败: server misbehaving
时间:2020-11-25 12:17:27
收藏:0
阅读:407
问题描述:
ERROR: Get https://registry-1.docker.io/v2/library/nginx/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fnginx%3Apull&service=registry.docker.io: dial tcp: lookup auth.docker.io on 223.5.5.5:53: server misbehaving
解决方案:
修改dns,增加一行
nameserver 8.8.8.8
原文:https://www.cnblogs.com/zhenhunfan2/p/14034654.html
评论(0)