2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
title: "stack config"
|
|
|
|
description: "The stack config command description and usage"
|
|
|
|
keywords: ["stack, config"]
|
|
|
|
advisory: "experimental"
|
|
|
|
---
|
2016-07-19 18:32:44 +02:00
|
|
|
|
|
|
|
# stack config (experimental)
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
Usage: docker stack config [OPTIONS] STACK
|
|
|
|
|
|
|
|
Print the stack configuration
|
|
|
|
|
|
|
|
Options:
|
2016-07-20 15:52:43 +02:00
|
|
|
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
2016-07-19 18:32:44 +02: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 18:54:48 +02:00
|
|
|
* [stack services](stack_services.md)
|
2016-10-13 15:03:08 -04:00
|
|
|
* [stack ps](stack_ps.md)
|
2016-06-23 05:00:21 +00:00
|
|
|
* [stack ls](stack_ls.md)
|