1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Send registry auth token for service deploy

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
Nishant Totla
2016-07-15 13:17:03 -07:00
committed by Tibor Vass
parent 6218da47b1
commit 49f4d8c083
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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: