From 49f4d8c083bd49bf952c200d24b85d3b0535b42a Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Fri, 15 Jul 2016 13:17:03 -0700 Subject: [PATCH] Send registry auth token for service deploy Signed-off-by: Nishant Totla --- docs/reference/commandline/deploy.md | 1 + experimental/docker-stacks-and-bundles.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/reference/commandline/deploy.md b/docs/reference/commandline/deploy.md index 59314e4a8d..9c9a1929e9 100644 --- a/docs/reference/commandline/deploy.md +++ b/docs/reference/commandline/deploy.md @@ -19,6 +19,7 @@ Create and update a stack from a Distributed Application Bundle (DAB) Options: --file string Path to a Distributed Application Bundle file (Default: STACK.dab) --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 diff --git a/experimental/docker-stacks-and-bundles.md b/experimental/docker-stacks-and-bundles.md index 0b931f06db..5145362b09 100644 --- a/experimental/docker-stacks-and-bundles.md +++ b/experimental/docker-stacks-and-bundles.md @@ -46,6 +46,7 @@ Create and update a stack Options: --file string Path to a Distributed Application Bundle file (Default: STACK.dab) --help Print usage + --registry-auth Send registry authentication details to Swarm agents ``` Let's deploy the stack created before: