mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
- 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
第十章 Docker Compose
Docker Compose 是 Docker 官方编排 (Orchestration) 项目之一,负责快速的部署分布式应用。
本章将介绍 Compose 项目情况以及安装和使用。