首页 > Web开发 > 详细

Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: net/http: TLS handshake timeout

时间:2019-12-07 22:28:15      阅读:671      评论:0      收藏:0      [点我收藏+]

Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: net/http: TLS handshake timeout

Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See ‘docker run --help‘.

 

解决办法

  在 vim /etc/docker/daemon.json 添加镜像

  {"registry-mirrors":["https://registry.docker-cn.com","https://pee6w651.mirror.aliyuncs.com"]}

  https://registry.docker-cn.com --------> 国内docker官方中国区

  https://pee6w651.mirror.aliyuncs.com ---------> 阿里云镜像

Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: net/http: TLS handshake timeout

原文:https://www.cnblogs.com/xiaowenwen/p/12003604.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!