docker: error pulling image configuration: Get https://production.cloudflare.docker.com
·
1、拉取镜像时报错
error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/40/40b83de8fb1a29d9b47d3ecbff86f67d22f8418f6e6ef5d349aaca2c2919074a/data?verify=1666079856-RQkQduYqcLB9QSNKUPLiXs9MMmw%3D: net/http: TLS handshake timeout
2、解决方法
# 编辑镜像仓库文件
sudo vi /etc/docker/daemon.json
{
"registry-mirrors": ["https://registry.docker-cn.com","https://s3d6l2fh.mirror.aliyuncs.com"]
}
# 重启docker
sudo systemctl restart docker
更多推荐
已为社区贡献2条内容
所有评论(0)