We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d48f0 commit d9a3b77Copy full SHA for d9a3b77
compose/introduction.md
@@ -14,9 +14,9 @@
14
15
`Compose` 中有两个重要的概念:
16
17
-* 服务(service):一个应用的容器,实际上可以包括若干运行相同镜像的容器实例。
+* 服务 (`service`):一个应用的容器,实际上可以包括若干运行相同镜像的容器实例。
18
19
-* 项目(project):由一组关联的应用容器组成的一个完整业务单元,在 `docker-compose.yml` 文件中定义。
+* 项目 (`project`):由一组关联的应用容器组成的一个完整业务单元,在 `docker-compose.yml` 文件中定义。
20
21
`Compose` 的默认管理对象是项目,通过子命令对项目中的一组容器进行便捷地生命周期管理。
22
0 commit comments