docker_compose_stats.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. command: docker compose stats
  2. short: Display a live stream of container(s) resource usage statistics
  3. long: Display a live stream of container(s) resource usage statistics
  4. usage: docker compose stats [OPTIONS] [SERVICE]
  5. pname: docker compose
  6. plink: docker_compose.yaml
  7. options:
  8. - option: all
  9. shorthand: a
  10. value_type: bool
  11. default_value: "false"
  12. description: Show all containers (default shows just running)
  13. deprecated: false
  14. hidden: false
  15. experimental: false
  16. experimentalcli: false
  17. kubernetes: false
  18. swarm: false
  19. - option: format
  20. value_type: string
  21. description: |-
  22. Format output using a custom template:
  23. 'table': Print output in table format with column headers (default)
  24. 'table TEMPLATE': Print output in table format using the given Go template
  25. 'json': Print in JSON format
  26. 'TEMPLATE': Print output using the given Go template.
  27. Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates
  28. deprecated: false
  29. hidden: false
  30. experimental: false
  31. experimentalcli: false
  32. kubernetes: false
  33. swarm: false
  34. - option: no-stream
  35. value_type: bool
  36. default_value: "false"
  37. description: Disable streaming stats and only pull the first result
  38. deprecated: false
  39. hidden: false
  40. experimental: false
  41. experimentalcli: false
  42. kubernetes: false
  43. swarm: false
  44. - option: no-trunc
  45. value_type: bool
  46. default_value: "false"
  47. description: Do not truncate output
  48. deprecated: false
  49. hidden: false
  50. experimental: false
  51. experimentalcli: false
  52. kubernetes: false
  53. swarm: false
  54. inherited_options:
  55. - option: dry-run
  56. value_type: bool
  57. default_value: "false"
  58. description: Execute command in dry run mode
  59. deprecated: false
  60. hidden: false
  61. experimental: false
  62. experimentalcli: false
  63. kubernetes: false
  64. swarm: false
  65. deprecated: false
  66. hidden: false
  67. experimental: false
  68. experimentalcli: false
  69. kubernetes: false
  70. swarm: false