mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #28278 from yuexiao-wang/stack-deploy
Add --with-registry-auth for stack deploy
This commit is contained in:
commit
e68003142f
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