1、具体错内容:error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/5c/5c62e459e087e3bd3d963092b58e50ae2af881076b43c29e38e2b5db253e0287/dataverify=1625273706-mWS9XIRfKs9FdV05eQJU1VqLc2U%3D: dial tcp 104.18.122.25:443: i/o timeout;

2、解决过程:首先以为是docker软件的问题,删除重装了几次docker都不能pull软件;后来看报错是一直等待,超时异常,于是改了国内的镜像仓库就可以了,修改了加速器;
3、原因:导致此问题产生,主要是因为国家把docker国外镜像hub封掉了,导致镜像pull不下来,为此,改用国内的镜像
4、参考文档:
1、docker卸载和安装
2、配置国内镜像

删除docker软件(一定要删除干净);
使用yum安装docker并配置相关(改为国内镜像仓里);
启动docker

核心配置文件:/etc/docker/daemon.json(没有这个文件就创建1个);
核心配置内容:
{
“registry-mirrors”: [“https://docker.mirrors.ustc.edu.cn/”,“https://hub-mirror.c.163.com”,“https://registry.docker-cn.com”],
“insecure-registries”: [“10.0.0.12:5000”]
}

当docker pull mysql时,一直Waiting,很多等待,报:error pulling image configuration相关推荐

  1. 安装MySQL示例   docker pull mysql

    安装MySQL示例   docker pull mysql 错误的启动   docker run --name mysql01 -d mysql 正确的启动 docker run --name mys ...

  2. Docker启动MySql时Exited (1) 8 seconds ago或者Error response from daemon: Container xx is not running的解决方法

    本人小白,跟着老师学习<谷粒商城>过程中遇到这个问题,具体原理我也不清楚,多方搜索,以下方案可以解决该问题. 问题1:找的网图 或者出现以下情况: 问题2: 当修改好配置后,重启mysql ...

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

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

  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: Get https://production.cloudflare.docker.com/registry ...

  6. 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 ...

  7. docker: error pulling image configuration:timeout

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

  8. 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: ...

  9. docker:error pulling image configuration

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

最新文章

  1. 不能摸鱼的工作不是好工作?
  2. Oracle NVL()和NVL2()函数
  3. Android中获取定位经纬度信息
  4. 日常问题——VMware下的CentOS7 Ping不通百度
  5. [转]C#网络编程(同步传输字符串) - Part.2
  6. JEasyPoi 2.1.4 (Jeecg订制) 版本发布,Excel 和 Word 简易工具类
  7. html读取媒体长度,用媒体查询media根据屏幕分辨率大小确定网页宽度
  8. python之元组操作
  9. linux socket 结构定义 send,Linux下Socket编程中用send发送结构体
  10. android端与windows端通信中文乱码问题
  11. windows安装安卓开发环境Eclipse+SDK+ADT
  12. Python在线 基础教程
  13. java 下载视频文件
  14. 孙玄:微服务架构何去何从?
  15. Java单例模式实现方式
  16. PC硬件设备配置介绍与选型参考
  17. 【免费领取】石杉架构班Kafka消息中间件内核源码课程
  18. NLP模型(二)——GloVe介绍
  19. 面试必考:在 Java 中如何利用 redis 实现一个分布式锁服务
  20. 充电桩通过WiFi付费和管理方案

热门文章

  1. hive 留存率 计算
  2. 怎么在cmd窗口产生个随机数
  3. 把单元格一分为二_怎么把单元格上下一分为二
  4. Linux怎么安装ca证书,如何在CentOS上安装自定义CA证书?
  5. 关于人机智能的几点思考
  6. java万年历闹钟节气,闹钟 提醒 万年历 用酷石英钟搞定
  7. 程序员常见常用的英语单词
  8. BMI值(Body Mass Index,简称BMI),是指身高体重指数,是国际上常用的衡量人体肥胖程度和是否健康的重要标准,BMI的计算公式是:体重指数(BMI)=体重(kg)÷身高2(m)。
  9. 【引用】古代官位名称
  10. quartz 每月一次_Quartz 定时任务框架详解