docker pull拉取镜像报错: failed to do request: Head "https://registry-1.docker.i

 

 

failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head "https://registry-1.docker.io/v2/frolvlad/alpine-java/manifests/jdk8-slim": dial tcp: lookup registry-1.docker.io on 192.168.65.5:53: read udp 192.168.65.4:42832->192.168.65.5:53: i/o timeout
ERROR: Service 'myjar' failed to build : Build failed

 

修改daemon.json 文件 替换镜像源即可

 

windwos系统:C:\用户(Users)\你电脑用户名\.docker

daemon.json

 

 修改为

 

 

 

 "registry-mirrors": [
    "http://hub-mirror.c.163.com",
    "https://docker.mirrors.ustc.edu.cn/"
  ],

 

 

 然后重启docker服务

 

posted @ 2022-03-18 21:30  yvioo  阅读(5182)  评论(0编辑  收藏  举报