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

docker pull下拉镜像时报错"https://registry-1.docker.io/v2/: net/http: TLS handshake timeout"如何处理?

时间:2020-04-28 23:29:10      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:--   def   重启   ror   time   yun   docke   rest   时报   

1. 往文件/etc/default/docker中加入以下内容:

DOCKER_OPTS="--insecure-registry $DOCKER_OPTS --insecure-registry registry.mirrors.aliyuncs.com"

2. 重启docker服务

$ sudo systemctl restart docker

docker pull下拉镜像时报错"https://registry-1.docker.io/v2/: net/http: TLS handshake timeout"如何处理?

标签:--   def   重启   ror   time   yun   docke   rest   时报   

原文地址:https://www.cnblogs.com/dakewei/p/12797705.html

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