Merge branch 'master' of github.com:xubiaolin/docker-zerotier-planet

This commit is contained in:
xubiaolin
2024-06-20 12:11:16 +08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -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