Files
docker_practice/10_compose
Baohua Yang 175aaae48a style(docs): standardize heading formats and numbering
- Enforce Level 1-3 structural numbering based on SUMMARY.md hierarchy
- Remove structural numbering from Level 4+ headings
- Eliminate single child headings by converting to bold text
- Auto-inject summary text for headings with multiple children missing intro text
- Exclude Appendix chapters from structural numbering
- Avoid modifying code block contents
- Add script to detect non-standard English usage in headers
2026-02-21 22:40:33 -08:00
..
2026-02-09 12:56:12 -08:00
2026-02-21 10:19:28 -08:00

第十章 Docker Compose

Docker Compose 是 Docker 官方编排 (Orchestration) 项目之一,负责快速的部署分布式应用。

本章将介绍 Compose 项目情况以及安装和使用。