From 30f5338c8e28926b010f910f2de7c786873f6c95 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 28 Nov 2016 15:25:52 +0100 Subject: [PATCH] Remove docker stack config commandline reference doc `docker stack config` command does not exists anymore, removing it from the command reference documentation. Signed-off-by: Vincent Demeester --- docs/reference/commandline/stack_config.md | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 docs/reference/commandline/stack_config.md diff --git a/docs/reference/commandline/stack_config.md b/docs/reference/commandline/stack_config.md deleted file mode 100644 index d8d8bf2f74..0000000000 --- a/docs/reference/commandline/stack_config.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: "stack config" -description: "The stack config command description and usage" -keywords: "stack, config" -advisory: "experimental" ---- - - - -# stack config (experimental) - -```markdown -Usage: docker stack config [OPTIONS] STACK - -Print the stack configuration - -Options: - --file string Path to a Distributed Application Bundle file (Default: STACK.dab) - --help Print usage -``` - -Displays the configuration of a stack. - -## Related information - -* [stack deploy](stack_deploy.md) -* [stack rm](stack_rm.md) -* [stack services](stack_services.md) -* [stack ps](stack_ps.md) -* [stack ls](stack_ls.md)