1
0
mirror of https://github.com/docker/cli.git synced 2025-07-29 06:01:13 +03:00

Update command usage and documentation

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2018-06-21 23:16:27 -07:00
parent a63252ba71
commit 0f07b9ffc7
12 changed files with 51 additions and 27 deletions

View File

@ -16,18 +16,20 @@ keywords: "stack"
# stack
```markdown
Usage: docker stack COMMAND
Usage: docker stack [OPTIONS] COMMAND
Manage Docker stacks
Options:
--help Print usage
--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 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.