码迷,mamicode.com
首页 > Web开发 > 详细

centOS7关于pull 命令时报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout 或者 request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers

时间:2019-03-13 22:57:51      阅读:9927      评论:0      收藏:0      [点我收藏+]

标签:.json   连接   mirrors   res   nbsp   修改   tls   name   string   

参考文件:https://www.cnblogs.com/icebutterfly/p/9489133.html

报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout   

  或者

  request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers

原因:连接不到 镜像库所致;

解决办法:

1.运行命令,修改文件:

vim /etc/docker/daemon.json
文件中加入:
{
    "registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]
}

2.然后重启守护进程

systemctl daemon-reload
systemctl restart docker
 

centOS7关于pull 命令时报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout 或者 request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers

标签:.json   连接   mirrors   res   nbsp   修改   tls   name   string   

原文地址:https://www.cnblogs.com/apple12/p/10527262.html

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