| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- command: docker compose volumes
- short: List volumes
- long: List volumes
- usage: docker compose volumes [OPTIONS] [SERVICE...]
- pname: docker compose
- plink: docker_compose.yaml
- options:
- - option: format
- value_type: string
- default_value: table
- description: |-
- Format output using a custom template:
- 'table': Print output in table format with column headers (default)
- 'table TEMPLATE': Print output in table format using the given Go template
- 'json': Print in JSON format
- 'TEMPLATE': Print output using the given Go template.
- Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates
- deprecated: false
- hidden: false
- experimental: false
- experimentalcli: false
- kubernetes: false
- swarm: false
- - option: quiet
- shorthand: q
- value_type: bool
- default_value: "false"
- description: Only display volume names
- deprecated: false
- hidden: false
- experimental: false
- experimentalcli: false
- kubernetes: false
- swarm: false
- inherited_options:
- - option: dry-run
- value_type: bool
- default_value: "false"
- description: Execute command in dry run mode
- deprecated: false
- hidden: false
- experimental: false
- experimentalcli: false
- kubernetes: false
- swarm: false
- deprecated: false
- hidden: false
- experimental: false
- experimentalcli: false
- kubernetes: false
- swarm: false
|