docker_compose_top.yaml 487 B

12345678910111213
  1. command: docker compose top
  2. short: Display the running processes
  3. long: Displays the running processes.
  4. usage: docker compose top [SERVICES...]
  5. pname: docker compose
  6. plink: docker_compose.yaml
  7. examples: "```console\n$ docker compose top\nexample_foo_1\nUID PID PPID C STIME TTY TIME CMD\nroot 142353 142331 2 15:33 ? 00:00:00 ping localhost -c 5 \n```"
  8. deprecated: false
  9. experimental: false
  10. experimentalcli: false
  11. kubernetes: false
  12. swarm: false