moby/docs/reference/commandline/stack_config.md
Misty Stanley-Jones b30609446d Convert Markdown frontmatter to YAML
Some frontmatter such as the weights, menu stuff, etc is no longer used
'draft=true' becomes 'published: false'

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-14 15:44:55 -07:00

28 lines
620 B
Markdown

---
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)