Update README.md to change Docker registry mirror URL and modify Git clone command for ZeroTier Planet repository

This commit is contained in:
xubiaolin
2025-12-15 23:45:38 +08:00
parent 4735de59b0
commit fac6121d8e

View File

@@ -188,7 +188,7 @@ sudo tee /etc/docker/daemon.json <<EOF
{ {
"registry-mirrors": [ "registry-mirrors": [
"https://docker.mirrors.aster.edu.pl", "https://docker.mirrors.aster.edu.pl",
"https://docker.mirrors.imoyuapp.win" "http://hub.imoyuapp.win"
] ]
} }
EOF EOF
@@ -206,7 +206,7 @@ git clone https://github.com/xubiaolin/docker-zerotier-planet.git
**加速地址:** **加速地址:**
```bash ```bash
git clone https://github.com/xubiaolin/docker-zerotier-planet.git git clone https://ghproxy.imoyuapp.win/github.com/xubiaolin/docker-zerotier-planet.git
``` ```
### 3.3 执行安装脚本 ### 3.3 执行安装脚本