mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
`docsreference/commandline/stack_tasks.md ` & `docsreference/commandline/stack_ls.md` do not exist. I need this to be merge to solve that issue: https://github.com/docker/docker.github.io/issues/1068, and merge new CI tests for the docs: https://github.com/docker/docker.github.io/pull/1052 Signed-off-by: Adrien Duermael <adrien@duermael.com>
29 lines
633 B
Markdown
29 lines
633 B
Markdown
---
|
|
redirect_from:
|
|
- /reference/commandline/stack_config/
|
|
advisory: experimental
|
|
description: The stack config command description and usage
|
|
keywords:
|
|
- stack, config
|
|
title: docker 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)
|