mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
11 lines
245 B
YAML
11 lines
245 B
YAML
command: docker stack rm
|
|
aliases: remove, down
|
|
short: Remove the stack
|
|
long: |-
|
|
Remove the stack from the swarm. This command has to be run targeting
|
|
a manager node.
|
|
usage: docker stack rm STACK
|
|
pname: docker stack
|
|
plink: docker_stack.yaml
|
|
|