From 8e04bc5572dc5790868d8c40c62c17ccae043031 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Fri, 11 Nov 2016 11:01:31 +0800 Subject: [PATCH] Add --with-registry-auth for stack deploy Signed-off-by: yuexiao-wang --- docs/reference/commandline/stack_deploy.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/stack_deploy.md b/docs/reference/commandline/stack_deploy.md index 8b0a4dba5f..93784a3b00 100644 --- a/docs/reference/commandline/stack_deploy.md +++ b/docs/reference/commandline/stack_deploy.md @@ -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