侧边栏壁纸
博主头像
隅安驿站 ' Life Stage 博主等级

​​我生本无乡,心安是归处。​

  • 累计撰写 2 篇文章
  • 累计创建 3 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

各类镜像加速地址

8CE
8CE
2025-08-07 / 0 评论 / 0 点赞 / 15 阅读 / 0 字

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

存后保 存保存后执行:

0

评论区