其他分享
首页 > 其他分享> > docker报错“net/http: TLS handshake timeout”

docker报错“net/http: TLS handshake timeout”

作者:互联网

参考

https://www.cnblogs.com/kaishirenshi/p/10392559.html

 

sudo xed /etc/docker/daemon.json 

添加上 registry-mirrors 

{
  "registry-mirrors": ["https://registry.docker-cn.com"]
}

修改保存后重启 Docker

sudo service docker restart

 

标签:TLS,handshake,mirrors,sudo,报错,registry,https,docker,com
来源: https://www.cnblogs.com/xuanmanstein/p/15205291.html