github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/docs/reference/commandline/stack_config.md (about) 1 --- 2 title: "stack config" 3 description: "The stack config command description and usage" 4 keywords: ["stack, config"] 5 advisory: "experimental" 6 --- 7 8 <!-- This file is maintained within the docker/docker Github 9 repository at https://github.com/docker/docker/. Make all 10 pull requests against that repo. If you see this file in 11 another repository, consider it read-only there, as it will 12 periodically be overwritten by the definitive file. Pull 13 requests which include edits to this file in other repositories 14 will be rejected. 15 --> 16 17 # stack config (experimental) 18 19 ```markdown 20 Usage: docker stack config [OPTIONS] STACK 21 22 Print the stack configuration 23 24 Options: 25 --file string Path to a Distributed Application Bundle file (Default: STACK.dab) 26 --help Print usage 27 ``` 28 29 Displays the configuration of a stack. 30 31 ## Related information 32 33 * [stack deploy](stack_deploy.md) 34 * [stack rm](stack_rm.md) 35 * [stack services](stack_services.md) 36 * [stack ps](stack_ps.md) 37 * [stack ls](stack_ls.md)