mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-10 20:04:36 +00:00
Fix naming of the chapter dir
This commit is contained in:
15
11_compose/README.md
Normal file
15
11_compose/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 第十一章 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)
|
||||
Reference in New Issue
Block a user