mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26127 from lixiaobing10051267/masterDockerDeploy
usage description of docker deploy in md not consistant with go file
(cherry picked from commit afd54a1a86
)
Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
9c2b789caf
commit
755addd56f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ A stack is created using the `docker deploy` command:
|
||||||
|
|
||||||
Usage: docker deploy [OPTIONS] STACK
|
Usage: docker deploy [OPTIONS] STACK
|
||||||
|
|
||||||
Create and update a stack
|
Create and update a stack from a Distributed Application Bundle (DAB)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||||
|
|
Loading…
Add table
Reference in a new issue