From 1b05f61663c957a1ef0224834abd6e3de4f47e90 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 1 Mar 2017 13:47:13 -0800 Subject: [PATCH] Added "related topics" section --- compose/bundles.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/compose/bundles.md b/compose/bundles.md index fdb11e6793..0c3b4c05e0 100644 --- a/compose/bundles.md +++ b/compose/bundles.md @@ -16,7 +16,7 @@ introduced in Docker 1.12 and Docker Compose 1.8, alongside the concept of swarm mode, and Nodes and Services in the Engine API. A Dockerfile can be built into an image, and containers can be created from -that image. Similarly, a docker-compose.yml can be built into a **distributed +that image. Similarly, a `docker-compose.yml` can be built into a **distributed application bundle**, and **stacks** can be created from that bundle. In that sense, the bundle is a multi-services distributable image format. @@ -199,4 +199,10 @@ A service has the following fields: > **Note:** Some configuration options are not yet supported in the DAB format, -> including volume mounts. \ No newline at end of file +> including volume mounts. + +## Related topics + +* [docker stack deploy] (/engine/reference/commandline/stack_deploy/) command + +* [deploy](/compose/compose-file/index.md#deploy) option in [Compose files](/compose/compose-file/index.md]]