Files
docker_practice/10_compose/README.md
2026-02-09 13:13:33 -08:00

17 lines
522 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 第十章 Docker Compose
`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)