mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Also adjust CLI stub pages and cli.md to look in a different data folder for edge releases
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
|
|
|