From e5d2d7c31089660ebedc780de817bcbb6b356ade Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Sat, 25 Jun 2016 19:08:03 +0200 Subject: [PATCH] Update experimental docs dsb -> dab Fixing bundle extension in experimental documentation. Signed-off-by: Vincent Demeester --- experimental/docker-stacks-and-bundles.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/docker-stacks-and-bundles.md b/experimental/docker-stacks-and-bundles.md index 8c507cdecb..095cea449e 100644 --- a/experimental/docker-stacks-and-bundles.md +++ b/experimental/docker-stacks-and-bundles.md @@ -29,7 +29,7 @@ WARNING: Unsupported key 'network_mode' in services.nsqd - ignoring WARNING: Unsupported key 'links' in services.nsqd - ignoring WARNING: Unsupported key 'volumes' in services.nsqd - ignoring [...] -Wrote bundle to vossibility-stack.dsb +Wrote bundle to vossibility-stack.dab ``` ## Creating a stack from a bundle @@ -44,7 +44,7 @@ Usage: docker deploy [OPTIONS] STACK Create and update a stack Options: - -f, --bundle string Path to a bundle (Default: STACK.dsb) + -f, --bundle string Path to a bundle (Default: STACK.dab) --help Print usage ``` @@ -52,7 +52,7 @@ Let's deploy the stack created before: ```bash # docker deploy vossibility-stack -Loading bundle from vossibility-stack.dsb +Loading bundle from vossibility-stack.dab Creating service vossibility-stack_elasticsearch Creating service vossibility-stack_kibana Creating service vossibility-stack_logstash