2016-07-19 12:32:44 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "stack config"
|
|
|
|
description = "The stack config command description and usage"
|
|
|
|
keywords = ["stack, config"]
|
|
|
|
advisory = "experimental"
|
|
|
|
[menu.main]
|
|
|
|
parent = "smn_cli"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# stack config (experimental)
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
Usage: docker stack config [OPTIONS] STACK
|
|
|
|
|
|
|
|
Print the stack configuration
|
|
|
|
|
|
|
|
Options:
|
2016-07-20 09:52:43 -04:00
|
|
|
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
2016-07-19 12:32:44 -04:00
|
|
|
--help Print usage
|
|
|
|
```
|
|
|
|
|
|
|
|
Displays the configuration of a stack.
|
|
|
|
|
|
|
|
## Related information
|
|
|
|
|
|
|
|
* [stack deploy](stack_deploy.md)
|
|
|
|
* [stack rm](stack_rm.md)
|
2016-07-20 12:54:48 -04:00
|
|
|
* [stack services](stack_services.md)
|
2016-07-19 12:32:44 -04:00
|
|
|
* [stack tasks](stack_tasks.md)
|