Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xubiaolin/docker-zerotier-planet
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiaolin committed Jun 20, 2024
2 parents 814b7cd + 295a21c commit ff4249c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ yum update && yum install git -y
curl -fsSL https://get.docker.com |bash
```

如果网络问题,导致无法安装,可以使用国内镜像安装:
```
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh --mirror Aliyun
```

### 3.1.3 启动docker
```bash
service docker start
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ZEROTIER_PATH="$(pwd)/data/zerotier"
CONFIG_PATH="${ZEROTIER_PATH}/config"
DIST_PATH="${ZEROTIER_PATH}/dist"
ZTNCUI_PATH="${ZEROTIER_PATH}/ztncui"
DOCKER_IMAGE="xubiaolin/zerotier-planet:latest"
DOCKER_IMAGE="docker.mirrors.imoyuapp.win/xubiaolin/zerotier-planet:latest"

print_message() {
local message=$1
Expand Down

0 comments on commit ff4249c

Please sign in to comment.