前言 当我们使用Docker pull 拉取镜像时,有时候因网络问题,导致获取镜像报错,如下 :Error response from daemon:Get https://registry-1.codker.io 解决方案 方案一.通过修改host文件指定registry-1.docker.io 解析到可用IP (1)通过dig @114.114.114.114 registry-1.docker.io找到可用IP (2)尝试修改/etc/hosts强制registry-1.docker.io…