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找到其他镜像网站
知止而后有定,定而后能静,静而后能安,安而后能虑,虑而后能得。
所谓诚其意者,毋自欺也。