mirror of https://github.com/docker/cli.git
Update experimental docs dsb -> dab
Fixing bundle extension in experimental documentation. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
e483efc219
commit
e5d2d7c310
|
@ -29,7 +29,7 @@ WARNING: Unsupported key 'network_mode' in services.nsqd - ignoring
|
||||||
WARNING: Unsupported key 'links' in services.nsqd - ignoring
|
WARNING: Unsupported key 'links' in services.nsqd - ignoring
|
||||||
WARNING: Unsupported key 'volumes' 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
|
## Creating a stack from a bundle
|
||||||
|
@ -44,7 +44,7 @@ Usage: docker deploy [OPTIONS] STACK
|
||||||
Create and update a stack
|
Create and update a stack
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-f, --bundle string Path to a bundle (Default: STACK.dsb)
|
-f, --bundle string Path to a bundle (Default: STACK.dab)
|
||||||
--help Print usage
|
--help Print usage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Let's deploy the stack created before:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# docker deploy vossibility-stack
|
# 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_elasticsearch
|
||||||
Creating service vossibility-stack_kibana
|
Creating service vossibility-stack_kibana
|
||||||
Creating service vossibility-stack_logstash
|
Creating service vossibility-stack_logstash
|
||||||
|
|
Loading…
Reference in New Issue