Move more dockerfile content to chapter 7

This commit is contained in:
Baohua Yang
2026-02-09 13:13:33 -08:00
parent b44c9acd6c
commit bae82e993a
15 changed files with 105 additions and 60 deletions

View File

@@ -3,3 +3,14 @@
`Docker Compose` Docker 官方编排Orchestration项目之一负责快速的部署分布式应用
本章将介绍 `Compose` 项目情况以及安装和使用
* [简介](10.1_introduction.md)
* [安装与卸载](10.2_install.md)
* [使用](10.3_usage.md)
* [命令说明](10.4_commands.md)
* [Compose 模板文件](10.5_compose_file.md)
* [实战 Django](10.6_django.md)
* [实战 Rails](10.7_rails.md)
* [实战 WordPress](10.8_wordpress.md)
* [实战 LNMP](10.9_lnmp.md)