Update experimental docs dsb -> dab
Fixing bundle extension in experimental documentation.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 8af760c910
)
This commit is contained in:
parent
b84206157a
commit
0762cce09a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue