docker: error pulling image configuration:timeout

报错:

docker: error pulling image configuration:

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:timeout相关推荐

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

  3. docker:error pulling image configuration

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

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

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

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

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

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

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

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

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

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

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

最新文章

  1. u盘被分区之后怎么合并linux,U盘格式化做启动盘后从16GB变成200MB的解决方法
  2. 计算机视觉——自动识别车牌简介
  3. 编程软件python中的if用法-Python编程工具pycharm的使用
  4. AI数学基础之:概率和上帝视角
  5. TCPDUMP/LIBPCAP 1-由零开始
  6. character-level OCR之Character Region Awareness for Text Detection(CRAFT) 论文阅读
  7. [导入]C#实现WEB浏览器
  8. UITabBarController加载之后不显示sub view controller
  9. docker云计算_为什么Docker成为虚拟化和云计算的新热潮?
  10. SQL2005 远程连接问题解决方法
  11. mysql表空间过大_详解MySQL表空间以及ibdata1文件过大问题
  12. linux下使用python_使用Linux环境下的vim Python开发环境
  13. 批量创建用户(基于域)
  14. python-小米-句子反转
  15. 利用Python实现自动投票以及自动爬虫IP代理
  16. 魅力网络技术博客图像处理正文 ps入门教程、ps修图基本工具使用方法视频教学...
  17. 顺丰科技数据库中间件研发工程师面试经历
  18. 无图形界面Linux安装chrome实现自动化测试
  19. 北斗时钟服务器(GPS卫星同步时钟)应用电子政务系统
  20. 怎么做表情包微信gif?好用的制作方法介绍

热门文章

  1. 域名过期后能否抢注过期高外链域名?
  2. web安全基础知识-part2
  3. Leetcode 周赛题解 215
  4. 电子元器件基础知识:电感的结构和特性
  5. 可变参数模板实现可变参数字符串一定程度替代sprintf
  6. t480s控制面板打开触摸板_今年买的thinkpad T480S,但是使用感觉还不如5年前买的S3 touch速度快,是什么原因?...
  7. 图的深度(DFS)/广度优先搜索算法(BFS)/Dijkstra
  8. [学习][数据结构]二叉搜索树
  9. 计算机类专业英文缩写,计算机专业英文缩写词汇汇总
  10. Python微框架web.py初印象