reg/vendor/github.com/docker/cli/docs/reference/commandline/stack.md
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00

1.1 KiB

title description keywords
stack The stack command description and usage stack

stack

Usage:  docker stack [OPTIONS] COMMAND

Manage Docker stacks

Options:
      --help                  Print usage
      --kubeconfig string     Kubernetes config file
      --orchestrator string   Orchestrator to use (swarm|kubernetes|all)

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

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

Description

Manage stacks.