Docker_docker pull XXX报错:Error response from daemon: Head "https://registry-1.docker.io/v2/library/ubuntu/manifests/latest": EOF
docker pull XXX报错:Error response from daemon: Head "https://registry-1.docker.io/v2/library/ubuntu/manifests/latest": EOF
解决:
1、找到可用IP
dig @114.114.114.114 registry-1.docker.io
2、找到任一可用ip,添加至hosts文件
vim /etc/hosts
3、重新拉取——成功了
docker pull ubuntu