mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
Update docker-compose安装指南.md
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
1. 安装docker
|
||||
```
|
||||
curl -sSL https://get.docker.com | bash
|
||||
```
|
||||
Centos系统可能需要执行下面命令来启动Docker。
|
||||
```
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user