解决 Docker pull 出现的net/http: TLS handshake timeout 的一个办法

Posted Eucaly

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Docker pull 出现的net/http: TLS handshake timeout 的一个办法相关的知识,希望对你有一定的参考价值。

docker pull 时发生以下错误:

 

原因:不可描述(政府屏蔽了?)

解决思路:百度搜了下net/http: TLS handshake timeout

出现一个这个结果比较满意

http://dockone.io/article/876?utm_source=tuicool&utm_medium=referral

我不用官方的dockhub了,转而使用国内的仓库daocloud

$ echo "DOCKER_OPTS=\\"\\$DOCKER_OPTS --registry-mirror=http://f2d6cb40.m.daocloud.io\\"" | sudo tee -a /etc/default/docker
$ sudo service docker restart

重启docker服务后,再次push的结果

 查看daocloud个人仓库页面,的确有我push过的记录

我通过删除本地镜像,然后直接运行镜像

docker rmi -f 365b7cffff62

 

docker run jamine/docker-whale

可以看到,从我的仓库成功拉取到了镜像

 

以上是关于解决 Docker pull 出现的net/http: TLS handshake timeout 的一个办法的主要内容,如果未能解决你的问题,请参考以下文章

docker镜像pull不下来最终解决方法

Docker pull下载出现 error pulling image configuration:

docker pull nacos/nacos-server出现xx: no space left on device

解决docker: error pulling image configuration: Get https://registry-1.docker.io/v2/library/mysql/: TLS

docker pull 失败解决办法

docker pull不下来镜像是啥原因