docs/_data/engine-cli/docker_stack_ls.yaml

19 lines
352 B
YAML

command: docker stack ls
aliases: list
short: List stacks
long: Lists the stacks.
usage: docker stack ls
pname: docker stack
plink: docker_stack.yaml
examples: |-
The following command shows all stacks and some additional information:
```bash
$ docker stack ls
ID SERVICES
vossibility-stack 6
myapp 2
```