github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/stack.md (about) 1 --- 2 title: "stack" 3 description: "The stack command description and usage" 4 keywords: "stack" 5 --- 6 7 # stack 8 9 ```markdown 10 Usage: docker stack [OPTIONS] COMMAND 11 12 Manage Docker stacks 13 14 Options: 15 --help Print usage 16 --kubeconfig string Kubernetes config file 17 --orchestrator string Orchestrator to use (swarm|kubernetes|all) 18 19 Commands: 20 deploy Deploy a new stack or update an existing stack 21 ls List stacks 22 ps List the tasks in the stack 23 rm Remove one or more stacks 24 services List the services in the stack 25 26 Run 'docker stack COMMAND --help' for more information on a command. 27 ``` 28 29 ## Description 30 31 Manage stacks. 32