docker info:
```
Debug Mode: true
Registry Mirrors:
  https://mirror.iscas.ac.cn/
  https://docker.nju.edu.cn/

```
上面两个地址都可以 ping 通


docker pull mysql:

```
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)

```

我到底错哪儿了!我把 GPT 都活剐了。。。
举报· 51 次点击
登录 注册 站外分享
2 条回复  
photon006 小成 2024-9-23 21:17:07
我今天也是,之前搭建在 cf worker 的源突然用不了,gpt 也无法解决

后来发现部分镜像可以拉

docker pull nginx
docker pull linuxserfer/syncthing


部分不行,比如

docker pull mzz2017/fshexraya

cf worker 显示日志是这样

    "response": {
      "status": 401
    }

很迷,看起来 gfw 还能区分镜像名拦截,按理说 https 会加密路径、参数,不科学。
radiocontroller 初学 2024-9-23 21:18:39
https://mirror.ccs.tencentyun.com/ ,用这个试试,放在第一个
返回顶部