1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #23956 from vdemeester/docs-dsb-to-dab

Update experimental docs dsb -> dab
This commit is contained in:
Sebastiaan van Stijn 2016-06-25 10:20:00 -07:00 committed by GitHub
commit 5c33d13cd8

View file

@ -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