mirror of https://github.com/docker/docs.git
Merge pull request #26127 from lixiaobing10051267/masterDockerDeploy
usage description of docker deploy in md not consistant with go file (cherry picked from commit afd54a1a8645bde7d5d87efc5567ee0d3c788e78) Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
9c2b789caf
commit
755addd56f
|
@ -41,7 +41,7 @@ A stack is created using the `docker deploy` command:
|
|||
|
||||
Usage: docker deploy [OPTIONS] STACK
|
||||
|
||||
Create and update a stack
|
||||
Create and update a stack from a Distributed Application Bundle (DAB)
|
||||
|
||||
Options:
|
||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
|
|
Loading…
Reference in New Issue