当前位置:   article > 正文

由监官要求下架docker hub镜像导致无法正常拉取镜像

由监官要求下架docker hub镜像导致无法正常拉取镜像

问题:下载docker镜像超时

在这里插入图片描述

error pulling image configuration: download failed after attempts=6: dial tcp 202.160.128.205:443: i/o timeout
  • 1

解决办法:配置daemon.json

[root@bogon aihuidi]# cat /etc/docker/daemon.json 
  • 1

{
  "registry-mirrors": [
  "https://vm1wbfhf.mirror.aliyuncs.com",
  "http://f1361db2.m.daocloud.io",
  "https://hub-mirror.c.163.com",
  "https://docker.mirrors.ustc.edu.cn",
  "https://mirror.baidubce.com",
  "https://ustc-edu-cn.mirror.aliyuncs.com",
  "https://registry.cn-hangzhou.aliyuncs.com",
  "https://ccr.ccs.tencentyun.com",
  "https://hub.daocloud.io",
  "https://docker.shootchat.top",
  "https://do.nark.eu.org",
  "https://dockerproxy.com",
  "https://docker.m.daocloud.io",
  "https://dockerhub.timeweb.cloud",
  "https://docker.shootchat.top",
  "https://do.nark.eu.org"
  ]
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

重启docker

systemctl daemon-reload 
systemctl restart docker
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/775301
推荐阅读
相关标签
  

闽ICP备14008679号