We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208a239 commit 4bf075fCopy full SHA for 4bf075f
README.md
@@ -67,8 +67,8 @@ docker pull yourdomain.com/ghcr.io/sky22333/hubproxy
67
# 符合Docker Registry API v2标准的仓库都支持
68
```
69
70
-还可以把服务作为 Docker 的镜像加速器使用。
71
-在主机上编辑(或新建)`/etc/docker/daemon.json`,
+当然也支持配置为全局镜像加速,在主机上新建(或编辑)`/etc/docker/daemon.json`
+
72
在 `"registry-mirrors"` 中加入域名:
73
74
```json
@@ -80,7 +80,7 @@ docker pull yourdomain.com/ghcr.io/sky22333/hubproxy
80
81
82
若已设置其他加速地址,直接并列添加后保存,
83
-再执行 `sudo systemctl restart docker` 让配置生效。
+再执行 `sudo systemctl restart docker` 重启docker服务让配置生效。
84
85
### GitHub 文件加速
86
0 commit comments