mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add --with-registry-auth for stack deploy
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
acd6e0d9b2
commit
8e04bc5572
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ Aliases:
|
|||
deploy, up
|
||||
|
||||
Options:
|
||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--help Print usage
|
||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--help Print usage
|
||||
--with-registry-auth Send registry authentication details to swarm agents
|
||||
```
|
||||
|
||||
Create and update a stack from a `dab` file on the swarm. This command
|
||||
|
|
Loading…
Reference in a new issue