码迷,mamicode.com
首页 > 其他好文 > 详细

Docker pull下载出现 error pulling image configuration:

时间:2019-12-12 13:03:52      阅读:428      评论:0      收藏:0      [点我收藏+]

标签:hand   emctl   error   default   相关   pull   mirror   通过   net   

  • 出现这个问题,并且在错误信息的最后附带 net/http: TLS handshake timeout:
  • 猜测是docker的相关配置问题,导致无法通过TLS握手
  • 执行如下命令修改配置
echo "DOCKER_OPTS=\"\$DOCKER_OPTS --registry-mirror=http://f2d6cb40.m.daocloud.io\"" | sudo tee -a /etc/default/docker
  • 然后就能使用docker pull 拉取镜像了 (我未进行重启docker即可, 如果不行,systemctl restart docker 进行重启)

  • 不光是docker官网,也可以通过http找到其他镜像网站

Docker pull下载出现 error pulling image configuration:

标签:hand   emctl   error   default   相关   pull   mirror   通过   net   

原文地址:https://www.cnblogs.com/lz0925/p/12028296.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!