有可的github docker 加速吗 只看楼主

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)

试了好多个都不成功
{
  "registry-mirrors": [
    "https://docker.1ms.run",
    "https://docker.1panel.live/"
  ]
}
  • 3# akai
  • 2024-9-26 13:10:15
引用: 樱花云主机 发表于 2024-9-26 13:02
{
  "registry-mirrors": [
    "https://docker.1ms.run",

用了你的这个还是提示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)


是我哪里搞错了吗
docker pull docker.toolsbox.me/[包名]
  • 5# akai
  • 2024-9-26 13:19:16
成功了   感谢MJJ
引用: akai 发表于 2024-9-26 13:10
用了你的这个还是提示Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http:  ...



还要加一个 "insecure-registries": ["docker.xxx.xxx"]
  • 7# kagvin
  • 2024-9-26 23:12:25
记号