refactor(doc): add docker run command
Some checks are pending
Docker 镜像 构建 / build (17) (push) Waiting to run
maven 编译检查 / build (17) (push) Waiting to run
maven 编译检查 / build (21) (push) Waiting to run
同步代码 / gitlink (push) Waiting to run
同步代码 / gitee (push) Waiting to run

This commit is contained in:
冷冷 2024-12-28 23:38:53 +08:00
parent 9caed47250
commit 36bacf0a32

View File

@ -17,6 +17,16 @@
- jdk17: java17/21 + springboot 3.4 + springcloud 2024
- master: java8 + springboot 2.7 + springcloud 2021
#### 快速部署
```shell
# 可用内存大于4G
curl -o docker-compose.yaml https://try.pig4cloud.com
# 等待5分钟
docker compose up
```
#### 文档视频
- 🔥 [ 配套文档 wiki.pig4cloud.com](https://wiki.pig4cloud.com)