From 36bfde1c2ab5fa56998ce13a9f946c46e8ab5437 Mon Sep 17 00:00:00 2001 From: Michael Friis Date: Sun, 19 Jun 2016 21:27:55 -0700 Subject: [PATCH] bring dab into title and intro Signed-off-by: Michael Friis Upstream-commit: 6defef56194e7fe74f6f1bbc0ccb0565bc51ffd1 Component: engine --- .../{docker-stacks.md => docker-stacks-and-bundles.md} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename components/engine/experimental/{docker-stacks.md => docker-stacks-and-bundles.md} (93%) diff --git a/components/engine/experimental/docker-stacks.md b/components/engine/experimental/docker-stacks-and-bundles.md similarity index 93% rename from components/engine/experimental/docker-stacks.md rename to components/engine/experimental/docker-stacks-and-bundles.md index bce9955ede..732ed0e1e1 100644 --- a/components/engine/experimental/docker-stacks.md +++ b/components/engine/experimental/docker-stacks-and-bundles.md @@ -1,14 +1,13 @@ -# Docker Stacks +# Docker Stacks and Distributed Application Bundles ## Overview -Docker Stacks are an experimental feature introduced in Docker 1.12, alongside -the concept of swarm mode, and Nodes and Services in the Engine API. +Docker Stacks and Distributed Application Bundles are experimental features 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 application bundle**, and **stacks** can be created from that bundle. In that sense, the bundle is a multi-services distributable image format. -As of Docker 1.12, the feature is experimental. Neither Docker Engine nor the Docker Registry support distribution of bundles. +As of Docker 1.12 and Compose 1.8, the features are experimental. Neither Docker Engine nor the Docker Registry support distribution of bundles. ## Producing a bundle