mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2026-01-12 21:06:59 +08:00
Update README.md to change Docker registry mirror URL and modify Git clone command for ZeroTier Planet repository
This commit is contained in:
@@ -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 执行安装脚本
|
||||||
|
|||||||
Reference in New Issue
Block a user