Remove engine docs for refs, plugins, deprecated from docs source

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones
2016-11-09 14:50:41 -08:00
parent 2a82508963
commit d2e8ccf844
120 changed files with 0 additions and 42129 deletions

View File

@@ -1,28 +0,0 @@
---
redirect_from:
- /reference/commandline/stack_config/
advisory: experimental
description: The stack config command description and usage
keywords:
- stack, config
title: docker 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 tasks](stack_tasks.md)