docker-cli-openbsd/docs/reference/commandline/stack.md

933 B

title description keywords
stack The stack command description and usage stack

stack

Usage:  docker stack COMMAND

Manage Docker stacks

Options:
      --help   Print usage

Commands:
  deploy      Deploy a new stack or update an existing stack
  ls          List stacks
  ps          List the tasks in the stack
  rm          Remove the stack
  services    List the services in the stack

Run 'docker stack COMMAND --help' for more information on a command.

Description

Manage stacks.