From 07abf9a8fc43786a472db2b7b4c4b4a6c5e8f20a Mon Sep 17 00:00:00 2001 From: allencloud Date: Sat, 2 Jul 2016 10:12:16 +0800 Subject: [PATCH] add command `docker stack services STACKNAME` Signed-off-by: allencloud --- experimental/docker-stacks-and-bundles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/experimental/docker-stacks-and-bundles.md b/experimental/docker-stacks-and-bundles.md index 93e92fe2f1..0b931f06db 100644 --- a/experimental/docker-stacks-and-bundles.md +++ b/experimental/docker-stacks-and-bundles.md @@ -93,6 +93,7 @@ Commands: config Print the stack configuration deploy Create and update a stack rm Remove the stack + services List the services in the stack tasks List the tasks in the stack Run 'docker stack COMMAND --help' for more information on a command.