镜像源使用了 Docker Hub 上的 registry 镜像,添加了 TLS 和 Cloudflare 反代。
对于官方镜像,例如 caddy:latest
,可以直接使用以下命令拉取:
docker pull https://reg-osaka-h.find-aurora.top/library/caddy:latest
对于自定义镜像,例如 person/app:latest
,可以使用以下命令拉取:
docker pull https://reg-osaka-h.find-aurora.top/person/app:latest
主要区别在于镜像路径中的 library
部分,官方镜像需要包含 library
路径,自定义镜像则不需要。
另一种方式是直接修改 Docker 的配置文件,以便永久使用该镜像源。
/etc/docker/daemon.json
。{
"registry-mirrors": [
"https://reg-osaka-h.find-aurora.top"
],
"insecure-registries": []
}
sudo systemctl restart docker
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.