mirror of https://github.com/docker/docs.git
32 lines
626 B
Markdown
32 lines
626 B
Markdown
---
|
|
advisory: experimental
|
|
description: The stack config command description and usage
|
|
keywords:
|
|
- stack, config
|
|
menu:
|
|
main:
|
|
parent: smn_cli
|
|
title: stack config
|
|
---
|
|
|
|
# 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)
|