当前位置:   article > 正文

docker: error pulling image configuration: Get https://production.cloudflare.docker.com

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
  • 1

在这里插入图片描述

2、解决方法

# 编辑镜像仓库文件
sudo vi /etc/docker/daemon.json
{
"registry-mirrors": ["https://registry.docker-cn.com","https://s3d6l2fh.mirror.aliyuncs.com"]
}

# 重启docker
sudo systemctl restart docker

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/939055
推荐阅读
相关标签
  

闽ICP备14008679号