docker image pull debian
Using default tag: latest
latest: Pulling from library/debian
fea1432adf09: Retrying in 1 second
error pulling image configuration: download failed after attempts=6: dial tcp 65.49.26.97:443: i/o timeout
这里的 65.49.26.97 明显是一个被污染的地址。我已经在路由器上配置了以下域名不受污染:
registry.hub.docker.com
docker.io
download.docker.com
index.docker.io
registry-1.docker.io
但是 pull 的时候仍然会访问一个被污染的地址。请问这里 docker pull 到底是访问了什么域名?
3
villivateur OP @my3157 哇,你在我研究出来几秒前回复了我
|
4
maxus 148 天前 via iPhone
@villivateur 笑 cry
|
5
jgh004 148 天前
这。。。。你是来搞笑的吗
|
6
chaosye 140 天前
请问楼主是怎么解决的?我也是报这个错误,无法 pull 任何镜像,挂全局的代理也不行
除了这个,连 apt update 也是显示 docker 有问题: The repository 'https://download.docker.com/linux/ubuntu bionic Release' no longer has a Release file. |
7
chaosye 140 天前
无事了,重启之后好了。。。
|