mirror of https://github.com/docker/cli.git
Send registry auth token for service deploy
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
parent
6218da47b1
commit
49f4d8c083
|
@ -19,6 +19,7 @@ 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)
|
||||||
--help Print usage
|
--help Print usage
|
||||||
|
--registry-auth Send registry authentication details to Swarm agents
|
||||||
```
|
```
|
||||||
|
|
||||||
Create and update a stack from a `dab` file. This command has to be
|
Create and update a stack from a `dab` file. This command has to be
|
||||||
|
|
|
@ -46,6 +46,7 @@ Create and update a stack
|
||||||
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)
|
||||||
--help Print usage
|
--help Print usage
|
||||||
|
--registry-auth Send registry authentication details to Swarm agents
|
||||||
```
|
```
|
||||||
|
|
||||||
Let's deploy the stack created before:
|
Let's deploy the stack created before:
|
||||||
|
|
Loading…
Reference in New Issue