ubuntu docker pull 失败 Error response from daemon: Get https://registry-1.docker.io/v2/

ubuntu 版本:16.04.12

docker pull 镜像失败:

Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

测试方法:

1、修改/etc/docker/daemon.json文件,并重启docker服务——【未成功】

Docker的使用(docker pull拉取镜像失败问题解决)_Eyeshot的博客-CSDN博客_docker 拉取镜像失败

2、修改/etc/resolv.conf 文件 并重启docker服务——【成功】

添加内容:

meserver 8.8.8.8
nameserver 8.8.4.4

ubuntu docker pull 失败 Error response from daemon: Get https://registry-1.docker.io/v2/

 

 

上一篇:git pull拉取远程仓库代码,避免覆盖本地修改的代码


下一篇:docker常用 镜像命令 以及 帮助命令