docker拉取镜像失败 docker: error pulling image configuration: download failed after attempts=6: dial tcp
绕指柔给你刀 2024-09-01 12:07:03 阅读 93
当安装了 docker
一、配置配件好了阿里 镜像加速器
拉取镜像报:docker: error pulling image configuration: download failed after attempts=6: dial tcp 69.63.176.59:443: connect: connection refused.
这是镜像的问题,不是你的问题没
二、标题这个时候我们只需要更好镜像即可
<code>vim /etc/docker/daemon.json
修改为 :一下内容,然后保存并退出
{
"registry-mirrors": [
"https://registry.docker-cn.com",
"https://docker.mirrors.ustc.edu.cn",
"https://hub-mirror.c.163.com",
"https://hub.uuuadc.top",
"https://docker.anyhub.us.kg",
"https://dockerhub.jobcher.com",
"https://dockerhub.icu",
"https://docker.ckyl.me",
"https://docker.awsl9527.cn",
"https://mirror.baidubce.com"
]
}
非常好用
上一篇: Failed to start docker.service:无法启动Docker服务完美解决方法
下一篇: Jenkins控制台打印日志中文字符乱码解决(亲测有效)
本文标签
docker拉取镜像失败 docker: error pulling image configuration: download failed after attempts=6: dial tcp
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。