docker compose top

DescriptionDisplay the running processes
Usagedocker compose top [SERVICES...]

Description

Displays the running processes

Examples

$ docker compose top example_foo_1 UID PID PPID C STIME TTY TIME CMD root 142353 142331 2 15:33 ? 00:00:00 ping localhost -c 5 
close