Docker pull下载出现 error pulling image configuration:
Posted lz0925
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker pull下载出现 error pulling image configuration:相关的知识,希望对你有一定的参考价值。
- 出现这个问题,并且在错误信息的最后附带 net/http: TLS handshake timeout:
- 猜测是docker的相关配置问题,导致无法通过TLS握手
- 执行如下命令修改配置
echo "DOCKER_OPTS="$DOCKER_OPTS --registry-mirror=http://f2d6cb40.m.daocloud.io"" | sudo tee -a /etc/default/docker
然后就能使用docker pull 拉取镜像了 (我未进行重启docker即可, 如果不行,systemctl restart docker 进行重启)
不光是docker官网,也可以通过http找到其他镜像网站
以上是关于Docker pull下载出现 error pulling image configuration:的主要内容,如果未能解决你的问题,请参考以下文章
解决docker: error pulling image configuration: Get https://registry-1.docker.io/v2/library/mysql/: TLS
docker pull 镜像时提示Error response from daemon
mac上docker pull是报错Error response from daemon: Get https://xx.xx.xx.xx/v2/: Service Unavailable
docker下来镜像error pulling image configuration:
docker pull / docker login 报错 Error response from daemon: Get https://registry-1.docker.io/v2/: x509
docker pull / docker login 报错 Error response from daemon: Get https://registry-1.docker.io/v2/: x509