问题描述:

当我们使用docker pull拉取镜像的时候,会报error pulling image configuration: read tcp xxx.xxx.x.xxx:xx->xxx.xx.xxx.xx:xxx: read: connection类似这样的错误。

问题分析:

由于国内网络问题,无法连接到 docker hub,更换默认镜像源即可。

解决方案:

1. 国内可用镜像源:

Docker中国区官方镜像 https://registry.docker-cn.com
网易镜像 http://hub-mirror.c.163.com
中科大镜像 https://docker.mirrors.ustc.edu.cn
阿里云镜像 https://cr.console.aliyun.com

 2. 换默认源步骤

                

# 创建或修改 /etc/docker/daemon.json 文件
vi /etc/docker/daemon.json# 修改为如下形式
{"registry-mirrors" : ["https://docker.mirrors.ustc.edu.cn"]
}# 重启docker服务使配置生效
systemctl daemon-reload
systemctl restart docker

error pulling image configuration: read tcp xxx.xxx.x.xxx:xx->xxx.xx.xxx.xx:xxx: read: connection相关推荐

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

  3. docker: error pulling image configuration:timeout

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

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

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

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

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

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

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

  7. docker: error pulling image configuration

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

  8. docker:error pulling image configuration

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

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

  10. error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.d

    一 背景 在Mac系统上,启动Docker Desktop后,想部署一个docker-compose 文件,然后执行docker-compose up时,出现错误提示如下(如下图): error pu ...

最新文章

  1. 百度相关搜索软件_Python与seo,百度关键词相关搜索关键词采集源码
  2. 前端学习(2167):前端路由和后端路由
  3. Spring Boot场景启动器(Starter)
  4. Android程序开发0基础教程(一)
  5. 使用 ale.js 制作一个小而美的表格编辑器(1)
  6. 解决SQL Server 2005 Express中无法连接到服务器问题
  7. oracle获取行的值给产量,递归oracle sql识别值
  8. Java多线程(join方法)
  9. POJ 2778 DNA Sequence (Aho-Corasick 矩阵优化) - xgtao -
  10. Apache设置用户权限(2个域名。一个能访问全部文件,一个只能访问指定文件)...
  11. CSS手写向下小三角(极简代码)
  12. OC中__kindof的用法
  13. Android蓝牙通讯
  14. mhl数据线_【教程】利用MHL转HDMI数据线,实现手机同屏到X50air
  15. NYOJ-71:独木舟上的旅行
  16. 【转】为什么你的硬盘容易坏?因为它转得实在是太快了
  17. 文件下载时设置文件名以及中文被转换成下划线的解决办法
  18. vi vim 快速跳到文件末尾 GA 在最后一行下方新增一行 (光标换行,文字不换行) GO
  19. java递归1加到10,递归1-初识递归
  20. 最热门的CPLD-FPGA论坛

热门文章

  1. 获取深户股市列表api_网易163 财经股票接口
  2. Asio驱动开发学习笔记(2)
  3. 病房管理系统c语言设计,病房呼叫系统设计与仿真
  4. WMS仓储条码管理系统解决方案
  5. #第七章 基于太阳系数据的股市拟合数学模型的理论应用7.1倾斜的时空
  6. Linux性能优化(五)——性能监控工具
  7. 将url编码数据转换为简单字符串
  8. 基于改进SSIM算法的图像清晰度识别
  9. 简账(开源记账软件)-数据库设计
  10. 优化 API 的处理说明以及思路