docker run hello-world报错:Unable to find image ‘hello-world:latest‘ locally

这篇具有很好参考价值的文章主要介绍了docker run hello-world报错:Unable to find image ‘hello-world:latest‘ locally。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

报错提示:

Unable to find image 'hello-world:latest' locally

docker: Error response from daemon: Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": dial tcp: lookup registry-1.docker.io on 192.168.230.2:53: no such host.

See 'docker run --help'.

解决方法:

首先检查DNS,如果DNS没有配置,需要添加DNS地址。编辑:vim /etc/sysconfig/network-scripts/ifcfg-eno16777736

1、新版的 Docker 使用 /etc/docker/daemon.json来配置 Daemon,修改vim /etc/docker/daemon.json文件

2、添加以下内容并保存

{

"registry-mirrors": ["https://<你的ID>.mirror.aliyuncs.com"]

}

3、通过dig @114.114.114.114 registry-1.docker.io找到可用IP

; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7 <<>> @114.114.114.114 registry-1.docker.io

; (1 server found)

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4705

;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:

; EDNS: version: 0, flags:; udp: 512

;; QUESTION SECTION:

;registry-1.docker.io. IN A

;; ANSWER SECTION:

registry-1.docker.io. 122 IN A 34.205.13.154

registry-1.docker.io. 122 IN A 44.205.64.79

registry-1.docker.io. 122 IN A 3.216.34.172

;; Query time: 61 msec

;; SERVER: 114.114.114.114#53(114.114.114.114)

;; WHEN: 四 3月 09 17:04:47 CST 2023

;; MSG SIZE rcvd: 97

4、尝试修改/etc/hosts强制docker.io相关的域名解析到其它可用IP

vim /etc/hosts添加↓

34.205.13.154 registry-1.docker.io

44.205.64.79 registry-1.docker.io

3.216.34.172 registry-1.docker.io

5、手动pull: docker image pull library/hello-world

6、验证docker image ls

REPOSITORY TAG IMAGE ID CREATED SIZE

hello-world latest feb5d9fea6a5 17 months ago 13.3kB

7、执行run hello-world成功文章来源地址https://www.toymoban.com/news/detail-533519.html

到了这里,关于docker run hello-world报错:Unable to find image ‘hello-world:latest‘ locally的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

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

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

相关文章

  • 【docker】 Unable to find image的解决办法

      今天尝试了下docker,发现存在以下问题,进行记录。 时间:2023-12-26 操作系统:centos opencloudos(腾讯云服务器所用centos) 1、pull测试的hello-world镜像报错: 查了下,需要新建daemon.json文件,把docker国外源变更为国内源。 2、尝试 在里面insert: 然而并不支持,重新运行docker报

    2024年02月19日
    浏览(54)
  • 报错 unable to find valid certification path to requested target executing

    提示信息: 审核失败!sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target executing POST 。。。 。。。 出现原因 这个问题的根本原因是你安装JDK时,Javajar 1.8.0_141libext里面缺少了一

    2024年02月03日
    浏览(47)
  • java.lang.IllegalStateException Unable to find a @SpringBootConfiguration代码报错

    使用idea基于springBoot的项目进行单元测试时,出现异常,如下所示: 该测试类在运行时找不到启动类,所以报错 ①检查项目中有没有写启动类,如果没写,赶紧补上 正确的启动类示例代码如下: ps:启动类的类名随便写,但推荐 见名知义 的命名原则 ②如果你写了启动类,

    2024年02月17日
    浏览(50)
  • https请求报错unable to find valid certification path to requested target解决

            在Java项目中请求HTTPS时,可能会遇到 \\\"unable to find valid certification path to requested target\\\" 错误。这个错误通常是由于SSL证书问题引起的。要解决此问题,可以尝试以下方法 1.忽略SSL验证         OkHttpClient封装请求         HttpURLConnection请求         RestTemplate请求

    2024年02月08日
    浏览(59)
  • frida注入进程报错Failed to spawn: unable to find application with identifier的一种解决思路

    之前写过一篇文章【转载】绕过ssl pining使用burp抓包微信小程序_HRay\\\'s blog-CSDN博客 今天在测试一款app的时候使用frida-ps -U查看进程结果如下 乐学小鹅为我们要注入的进程,但是注入进程时使用命令 frida -U -f 乐学小鹅 -l D:ADBfridascript.js --no-paus 爆出错误Failed to spawn: unable to fin

    2024年02月11日
    浏览(74)
  • JAVA-spring boot 2.4.X报错Unable to find GatewayFilterFactory with name Hystrix

    网关升级spring boot项目后,启动网关报错,具体报错信息如下: 2021-12-06 09:06:25.335 ERROR 45102 --- [oundedElastic-3] reactor.core.publisher.Operators         : Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: java.lang.IllegalArgumentException: Unable to find GatewayFilterFactory with name

    2024年02月14日
    浏览(47)
  • vue中使用html2canvas报错 Unable to find element in cloned iframe

    安装 npm install --save html2canvas 使用 home.vue !!报错 Uncaught (in promise) Unable to find element in cloned iframe 原因:使用了 elementUI中的el-popover组件,挂载到body里的 解决:

    2024年01月19日
    浏览(72)
  • 【异常】SpringCloud Gateway报错503 SERVICE_UNAVAILABLE “Unable to find instance for xxx-gen“

    网关服务报错,如下 “503 SERVICE_UNAVAILABLE”: “这是一个HTTP状态码,表示服务暂时不可用。 这通常是因为服务器过载或正在进行维护。”, “xxx-gen”: “这可能是一个应用程序或服务的名称,‘Unable to find instance for apb-gen’ 表示系统无法为这个应用或服务找到实例,可能因为

    2024年02月05日
    浏览(53)
  • docker指定配置文件启动本地redis镜像 Unable to find image ‘redis-server:latest‘ locally

    目录 问题复现  1.启动命令: 2.报错信息:  解决 1.排除网络问题 2.查看docker官方文档指定conf的示例 3.调整命令顺序 运行成功! 总结:docker官网没有明确写出原因,但不难推断只有先获取到镜像才能根据指定的配置文件启动,redis是如此,其他需要指定配置文件的容器也是

    2024年02月02日
    浏览(59)
  • Docker【部署 07】镜像内安装tensorflow-gpu及调用GPU多个问题处理Could not find cuda drivers+unable to find libcuda.so...

    Other than the name, the two packages have been identical since TensorFlow 2.1 也就是说安装2.1版本的已经自带GPU支持。 不同型号的GPU及驱动版本有所区别,环境驱动及CUDA版本如下: 在Docker容器中的程序无法识别CUDA环境变量,可以尝试以下步骤来解决这个问题: 检查CUDA版本:首先,需要确认

    2024年02月04日
    浏览(43)

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

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

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

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

二维码1

领取红包

二维码2

领红包