Files
docker-docs/_data/engine-cli-edge/docker_stack_ls.yaml
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -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
```