Docker报错TLS handshake timeout

Docker报错“net/http: TLS handshake timeout”的解决方法

修改/etc/docker/daemon.json

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

重启服务

systemctl restart docker
发布了38 篇原创文章 · 获赞 15 · 访问量 5万+

猜你喜欢

转载自blog.csdn.net/u013057271/article/details/104482948