Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1008 Bytes

File metadata and controls

51 lines (37 loc) · 1008 Bytes
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

Description

Lists the stacks.

Examples

The following command shows all stacks and some additional information:

$ docker stack ls

ID                 SERVICES
vossibility-stack  6
myapp              2

Related commands