github.com/vieux/docker@v0.6.3-0.20161004191708-e097c2a938c7/docs/reference/commandline/stack_ls.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "stack ls"
     4  description = "The stack ls command description and usage"
     5  keywords = ["stack, ls"]
     6  advisory = "experimental"
     7  [menu.main]
     8  parent = "smn_cli"
     9  +++
    10  <![end-metadata]-->
    11  
    12  # stack ls (experimental)
    13  
    14  ```markdown
    15  Usage:	docker stack ls
    16  
    17  List stacks
    18  ```
    19  
    20  Lists the stacks.
    21  
    22  For example, the following command shows all stacks and some additional information:
    23  
    24  ```bash
    25  $ docker stack ls
    26  
    27  ID                 SERVICES
    28  vossibility-stack  6
    29  myapp              2
    30  ```
    31  
    32  ## Related information
    33  
    34  * [stack config](stack_config.md)
    35  * [stack deploy](stack_deploy.md)
    36  * [stack rm](stack_rm.md)
    37  * [stack tasks](stack_tasks.md)