Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Docker get image error docker: how to solve the problem with Error response from daemon

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "Docker get image error docker: how to solve Error response from daemon", so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "Docker get image error report docker: Error response from daemon how to solve" article.

First, problems

➜~ docker search sameersbn

Error response from daemon: get https://index.docker.io/v1/search?q=sameersbn&n=25: dial tcp: lookup index.docker.io on 192.168.65.1 lookup index.docker.io on 53: read udp 192.168.65.2 dial tcp 45190-> 192.168.65.1 lookup index.docker.io on 53: iMaple o timeout

➜~ docker pull sameersbn

Using default tag: latest

Error response from daemon: get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (client.timeout exceeded while awaiting headers)

➜~

2. Treatment

Step 1: find the available ip at dig @ 114.114.114.114 registry-1.docker.io

➜~ dig @ 114.114.114.114 registry-1.docker.io; dig 9.8.3-p1 @ 114.114.114.114 registry-1.docker.io; (1 server found); global options: + cmd;; got answer:;;-> > header

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report