docker拉取镜像报错:error pulling : download failed after attempts=6: dial tcp 69.162.134.178:443: i/o time
1.cd/etc找到resolv.conf命令:viresolv.conf添加内容:nameserver8.8.8.8nameserver8.8.4.4nameserver1.1.1.1保存并退出:wq2.cd/etc/docker找到daemon.json文件,没有则新建一个命令:vidaemon.json添加内容:{"dns":["8.8.8.8","8.8.4.4","1.1.1.1"],"