16 lines
167 B
Markdown
16 lines
167 B
Markdown
# Docker Compose
|
|
|
|
## 安装
|
|
|
|
Debian/Ubuntu/Raspbian
|
|
|
|
```bash
|
|
apt-get update && apt-get install docker-compose
|
|
```
|
|
|
|
CentOS/RHEL
|
|
|
|
```bash
|
|
yum install docker-compose
|
|
```
|