mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Updated Yaml files (#922)
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
committed by
Misty Stanley-Jones
parent
c525c9b1a8
commit
5ed83f4c64
15
_data/engine-cli/docker_stack_deploy.yaml
Normal file
15
_data/engine-cli/docker_stack_deploy.yaml
Normal 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
|
||||
Reference in New Issue
Block a user