title: “stack ls” description: “The stack ls command description and usage” keywords: “stack, ls”

stack ls

Usage:	docker stack ls

List stacks

Aliases:
  ls, list

Options:
      --help   Print usage

Lists the stacks.

For example, the following command shows all stacks and some additional information:

$ docker stack ls

ID                 SERVICES
vossibility-stack  6
myapp              2

Related information