报错:

docker: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a4/a4fdfd462add8e63749aa08ff0044b13d342a042965f1ec6744586cda10dfce9/data?verify=1591601228-BB%2FSFfmL4YVZUUoBsVmYZxIZym4%3D: dial tcp 104.18.121.25:443: i/o timeout.

解决:

vim /etc/docker/daemon.json
{"registry-mirrors": ["https://registry.docker-cn.com","https://nrbewqda.mirror.aliyuncs.com","https://dmmxhzvq.mirror.aliyuncs.com"]
}

systemctl restart docker

然后再来pull镜像即可

docker: error pulling image configuration相关推荐

  1. docker error pulling image configuration dial tcp xxxx:443: i/o timeout

    docker error pulling image configuration dial tcp xxxx:443: i/o timeout windows下使用docker时候会遇到面这种情况 U ...

  2. docker:error pulling image configuration

    问题描述 docker: error pulling image configuration: Get https://registry-1.docker.io/v2/library/centos/b ...

  3. docker: error pulling image configuration:timeout

    docker: error pulling image configuration:timeout 报错: docker: error pulling image configuration: dia ...

  4. error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/r

    问题描述:在k8s集群基础上部署kubesphere,部署不成功,多个容器状态显示异常 kubectl get pods -n kubesphere-system 首先查看某个异常pod的详细信息 k ...

  5. Docker拉取镜像报错error pulling image configuration

    Docker拉取镜像报错error pulling image configuration 在制作docker镜像的时候出现如下报错: xxx@ubuntu:~/Desktop/a$ docker b ...

  6. 当docker pull mysql时,一直Waiting,很多等待,报:error pulling image configuration

    1.具体错内容:error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/ ...

  7. 222. 解决error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/d

    背景说明: 事前部署了Harbor私有仓库,在另一台k8s机器第一次从官方pull镜像,提示以下error [root@k8s0-2 ~]# docker pull nginx:1.13 1.13: ...

  8. error pulling image configuration: Get https://registry-1.docker.io/v2/library/redis/blobs/sha256:7e

    error pulling image configuration: Get https://registry-1.docker.io/v2/library/redis/blobs/sha256:7e ...

  9. error pulling image configuration: read tcp

    error pulling image configuration: read tcp XX.XX.XX.XX:XXXX->XX.XX.XX.XX:XX: read: connection re ...

最新文章

  1. 建议收藏,清华高材生准备的90条Python程序建议
  2. 美团五大最受欢迎的开源项目!
  3. ngx_lua_module-1.0.5.0 (LUA编写网页脚本,支持windows和linux)
  4. Mysql 图像二进制保存-Blocb、TinyBlob、MediumBlob、LongBlob
  5. 项目管理工具篇(一、Maven)
  6. 读郭老师推荐书籍--《原则》
  7. 全局中断_实时性迷思(3)——80%时间屏蔽了中断,实时性还有救么?
  8. 力扣-复制带随机指针的链表
  9. linux 7修改主机名重启后不生效_Linux 中改变主机名的 4 种方法 | Linux 中国
  10. 一步一步写算法(之排序二叉树删除-3)
  11. MaxScale Binlog Server实践
  12. spring与spring mvc
  13. C语言题目:从键盘输入三个数,求三角形面积和周长
  14. 惠普台式计算机耳机插口,惠普耳机插在台式电脑上没声音,为什么
  15. 通过位与方法获取三色值,十六进制色值转换RGB
  16. postman团队人数限制_您的团队需要最低在制品限制吗?
  17. Python实现车牌摇号小程序
  18. Taro 项目里面添加 Mock 数据
  19. QT 录制鼠标键盘回放
  20. matlab中离开网格的流量,数学建模【数据处理方法(一维、二维插值方法;数据拟合方法;插值and拟合的MATLAB实现)】...

热门文章

  1. 判断设备是否是 iphone5
  2. Spark Stanalone HA_JZZ158_MBY
  3. 基于SmartThreadPool线程池技术实现多任务批量处理
  4. PHP 图片转base64编码 和 base64编码字符串转换成图片保存
  5. 纯css实现tooltip文字浮框
  6. 收益率计算年利率以及每期租金
  7. Pintia(拼题A)刷题插件 on VS Code
  8. 南开大学2019年高等代数考研试题讲解
  9. html字体设置font-family
  10. 力扣启蒙 - 开启算法的世界