Files
docker-docs/_data/engine-cli/docker_stack_ls.yaml
Misty Stanley-Jones f247ad1863 Update cli ref YAML files (#2789)
* Update cli ref YAML files

* Fix typo

* Backport fixes to the service_create tables
2017-04-14 12:04:35 -07:00

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
```