mirror of https://github.com/docker/cli.git
add command `docker stack services STACKNAME`
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
b2d71bfbe1
commit
07abf9a8fc
|
@ -93,6 +93,7 @@ Commands:
|
||||||
config Print the stack configuration
|
config Print the stack configuration
|
||||||
deploy Create and update a stack
|
deploy Create and update a stack
|
||||||
rm Remove the stack
|
rm Remove the stack
|
||||||
|
services List the services in the stack
|
||||||
tasks List the tasks in the stack
|
tasks List the tasks in the stack
|
||||||
|
|
||||||
Run 'docker stack COMMAND --help' for more information on a command.
|
Run 'docker stack COMMAND --help' for more information on a command.
|
||||||
|
|
Loading…
Reference in New Issue