docker_compose_volumes.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. command: docker compose volumes
  2. short: List volumes
  3. long: List volumes
  4. usage: docker compose volumes [OPTIONS] [SERVICE...]
  5. pname: docker compose
  6. plink: docker_compose.yaml
  7. options:
  8. - option: format
  9. value_type: string
  10. default_value: table
  11. description: |-
  12. Format output using a custom template:
  13. 'table': Print output in table format with column headers (default)
  14. 'table TEMPLATE': Print output in table format using the given Go template
  15. 'json': Print in JSON format
  16. 'TEMPLATE': Print output using the given Go template.
  17. Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates
  18. deprecated: false
  19. hidden: false
  20. experimental: false
  21. experimentalcli: false
  22. kubernetes: false
  23. swarm: false
  24. - option: quiet
  25. shorthand: q
  26. value_type: bool
  27. default_value: "false"
  28. description: Only display volume names
  29. deprecated: false
  30. hidden: false
  31. experimental: false
  32. experimentalcli: false
  33. kubernetes: false
  34. swarm: false
  35. inherited_options:
  36. - option: dry-run
  37. value_type: bool
  38. default_value: "false"
  39. description: Execute command in dry run mode
  40. deprecated: false
  41. hidden: false
  42. experimental: false
  43. experimentalcli: false
  44. kubernetes: false
  45. swarm: false
  46. deprecated: false
  47. hidden: false
  48. experimental: false
  49. experimentalcli: false
  50. kubernetes: false
  51. swarm: false