Skip to content

Commit 1b05f61

Browse files
Added "related topics" section
1 parent 927f1c5 commit 1b05f61

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

compose/bundles.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ introduced in Docker 1.12 and Docker Compose 1.8, alongside the concept of
1616
swarm mode, and Nodes and Services in the Engine API.
1717

1818
A Dockerfile can be built into an image, and containers can be created from
19-
that image. Similarly, a docker-compose.yml can be built into a **distributed
19+
that image. Similarly, a `docker-compose.yml` can be built into a **distributed
2020
application bundle**, and **stacks** can be created from that bundle. In that
2121
sense, the bundle is a multi-services distributable image format.
2222

@@ -199,4 +199,10 @@ A service has the following fields:
199199
</dl>
200200

201201
> **Note:** Some configuration options are not yet supported in the DAB format,
202-
> including volume mounts.
202+
> including volume mounts.
203+
204+
## Related topics
205+
206+
* [docker stack deploy] (/engine/reference/commandline/stack_deploy/) command
207+
208+
* [deploy](/compose/compose-file/index.md#deploy) option in [Compose files](/compose/compose-file/index.md]]

0 commit comments

Comments
 (0)