GitHub
https://gh.aceblog.cn/
https://ghfast.top
使用示例:git clone https://gh.aceblog.cn/xxxxxxxx
Ghcr
ghcr.nju.edu.cn
使用方法:将ghcr.io替换为ghcr.nju.edu.cn
使用示例:docker pull ghcr.nju.edu.cn/home-assistant/home-assistant:stable
Docker
https://hub1.nat.tf
https://hub2.nat.tf
https://docker.m.daocloud.io
https://docker.1ms.run
https://docker.1panel.live
https://docker.1panel.dev
使用方法
编辑
/etc/docker/daemon.json文件(若不存在则创建):
{
"registry-mirrors": [
"https://hub1.nat.tf",
"https://hub2.nat.tf",
"https://docker.m.daocloud.io",
"https://docker.1ms.run",
"https://docker.1panel.live",
"https://docker.1panel.dev"
]
}保存后终端执行:
sudo systemctl daemon-reload && sudo systemctl restart docker存后保 存保存后执行:
评论区