github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/docs/reference/commandline/stack_config.md (about) 1 <!--[metadata]> 2 +++ 3 title = "stack config" 4 description = "The stack config command description and usage" 5 keywords = ["stack, config"] 6 advisory = "experimental" 7 [menu.main] 8 parent = "smn_cli" 9 +++ 10 <![end-metadata]--> 11 12 # stack config (experimental) 13 14 ```markdown 15 Usage: docker stack config [OPTIONS] STACK 16 17 Print the stack configuration 18 19 Options: 20 --file string Path to a Distributed Application Bundle file (Default: STACK.dab) 21 --help Print usage 22 ``` 23 24 Displays the configuration of a stack. 25 26 ## Related information 27 28 * [stack deploy](stack_deploy.md) 29 * [stack rm](stack_rm.md) 30 * [stack services](stack_services.md) 31 * [stack tasks](stack_tasks.md)