【Docker】error pulling image configuration: download failed after attempts=6: dial tc

这篇具有很好参考价值的文章主要介绍了【Docker】error pulling image configuration: download failed after attempts=6: dial tc。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题:在学习Docker的时候遇到pull失败的情况

【Docker】error pulling image configuration: download failed after attempts=6: dial tc

 文章来源地址https://www.toymoban.com/news/detail-503755.html

解决方法:

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://yxzrazem.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

解决结果:

【Docker】error pulling image configuration: download failed after attempts=6: dial tc

 

到了这里,关于【Docker】error pulling image configuration: download failed after attempts=6: dial tc的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • docker拉取镜像报错:docker: error pulling image configuration: Get https://production.cloudflare.docker.com

    1. 使用docker拉取对应的镜像的时候报错:docker: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/04/04540a0bb9853e0c23e03f0cfbde3fdbdb01590a663fe18860cb3425cd64aea8/data?verify=1703832355-UFgWc0cR%2BiTO%2BkcRi6YlKA%2BEVi4%3D: net/http: TLS handshake timeout. 2.百度了一

    2024年04月28日
    浏览(45)
  • docker错误 download failed after attempts=6 :net/http :tls handshake timeout

    将镜像拉取地址改为阿里云的: docker-ce镜像_docker-ce下载地址_docker-ce安装教程-阿里巴巴开源镜像站 上面那个连接里面有下面这个,添加软件源信息:   配置镜像加速器: 先登录你的阿里云,下面是登录地址: 阿里云登录 - 欢迎登录阿里云,安全稳定的云计算服务平台 登录

    2024年02月12日
    浏览(45)
  • kubeadm init [ERROR ImagePull]: failed to pull image registry.k8s.io 解决方法

    ** https://blog.itwk.cc 由于国内网络原因,kubeadm init部署集群会卡住不动,,报错如下: error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR ImagePull]: failed to pull image registry.k8s.io/kube-apiserver:v1.25.6: output: E0124 00:28:25.369652 3299 remote_image.go:171] “PullImage from image service failed”

    2024年02月11日
    浏览(48)
  • k8s拉取私有仓库镜像失败:rpc error: code = Unknown desc = failed to pull and unpack image【20221121】

    k8s拉取镜像并不是通过docker拉取,而是通过 crictl拉取的。 失败原因如下: 解决方法: 1、先拷贝一份 2、修改/etc/containerd/config.toml 找到plugins.“io.containerd.grpc.v1.cri”.registry的位置 修改之前: 修改之后: 3、 内容: 4、重启 5、再次拉取

    2024年02月11日
    浏览(49)
  • docker报Unable to find image ‘image-name:tag‘ locallydocker: Error response from daemon: pull acces

    昨天在使用Docker时,遇到拉取镜像失败的问题。其中一个错误信息是\\\"Unable to find image ‘image-name:tag’ locally docker: Error response from daemon: pull access denied for image-name, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied\\\"。今天我将分享如何解决此问

    2024年02月10日
    浏览(62)
  • Minecraft Fabric模组开发时遇到报错-Failed download after 3 attempts

    A problem occurred configuring root project \\\'tuuorial_mod\\\'. Failed to notify project evaluation listener. Failed to setup Minecraft, java.io.UncheckedIOException: Failed download after 3 attempts Failed download after 3 attempts Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.

    2024年02月19日
    浏览(41)
  • Docker登陆遇到Error response from daemon: pull access denied for test-image, repository does not exist··

      错误信息:Error response from daemon: pull access denied for test-image, repository does not exist or may require \\\'docker login\\\': denied: requested access to the resource is denied. 解决方法:打开docker desktop,再运行docker login即可

    2024年02月07日
    浏览(48)
  • Win11中docker镜像Failed to run image. Error invoking remote method ‘docker-run-container‘: Error: conne

    Failed to run image. Error invoking remote method \\\'docker-run-container\\\': Error: connect ENOENT \\\\.pipedockerDesktopEngine 使用管理员权限在cmd中执行 : 启动Docker容器: 使用管理员权限在cmd中执行 : 重新启动Docker就可以正常启动镜像了(如果不行的话,就重启电脑试试)。 初步怀疑可能是未关闭容

    2024年02月11日
    浏览(48)
  • ERROR:Flash Download Failed - “Contex - M3”

    相信有不少在学习stm32单片机的童鞋们也会遇到这样的情况,程序在KEIL5里面编译一点错误也没有,也没有警告,但是就是不能下载到单片机上面。 原因如下: 在一些给的某些开发板给的工程模板,它的模板程序并不一定适用你自己的芯片型号,不同的信号有管脚、外设、

    2024年02月05日
    浏览(47)
  • Error: Flash Download failed - “Cortex-M3“

    KEIL5使用ST-LINKV2烧录程序进入STM32F103c8t6时,程序编译没问题,但出现“Error: Flash Download failed - “Cortex-M3””错误,如下: 以正点原子STM32F1开发板中库函数的跑马灯程序为例,它的程序适用于STM32F103ZET6芯片,为大容量芯片,而与STM32F103C8T6芯片并不完全兼容。所以要想正常烧

    2024年02月03日
    浏览(36)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包