Updated Yaml files (#922)

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben
2016-12-19 14:37:35 -08:00
committed by Misty Stanley-Jones
parent c525c9b1a8
commit 5ed83f4c64
76 changed files with 954 additions and 91 deletions

View File

@@ -0,0 +1,15 @@
command: docker stack deploy
short: Deploy a new stack or update an existing stack
long: Deploy a new stack or update an existing stack
usage: docker stack deploy [OPTIONS] STACK
pname: docker stack
plink: docker_stack.yaml
options:
- option: bundle-file
description: Path to a Distributed Application Bundle file
- option: compose-file
shorthand: c
description: Path to a Compose file
- option: with-registry-auth
default_value: "false"
description: Send registry authentication details to Swarm agents