本文最后更新于 2026-08-19,文章内容可能已经过时。

一:Docker

可用镜像加速地址(逐个复制测试)

https://docker.1ms.run
https://docker.xuanyuan.me
https://dockerproxy.net
https://docker.m.daocloud.io
https://www.hubp.de

daemon.json 配置示例

{
  "registry-mirrors": [
    "https://docker.1ms.run",
    "https://docker.xuanyuan.me",
    "https://dockerproxy.net",
    "https://docker.m.daocloud.io",
    "https://www.hubp.de"
  ]
}

检查 Docker 是否读取到加速源

docker info | grep -A 5 "Registry Mirrors"

公益加速源可能调整或限速,建议逐个测试;生产环境请优先使用可信云厂商或自建镜像代理。

二:GitHub

文件、Release、仓库压缩包加速前缀

https://gh-proxy.com/
https://ghfast.top/
https://ghproxy.net/

Git Clone 示例

git clone https://gh-proxy.com/https://github.com/用户名/仓库名.git

Raw 文件示例

https://gh-proxy.com/https://raw.githubusercontent.com/用户名/仓库/main/文件路径

GitHub 代理属于第三方服务,地址和可用性可能变化;涉及敏感仓库、Token 或生产代码时请谨慎使用。

三: 监控网站
https://status.anye.xyz/