mirror of https://github.com/docker/docs.git
18 lines
527 B
YAML
18 lines
527 B
YAML
command: docker stack deploy
|
|
aliases: up
|
|
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
|
|
|