mirror of
https://github.com/docker/compose.git
synced 2025-05-10 09:30:11 +02:00
13 lines
239 B
Markdown
13 lines
239 B
Markdown
|
|
## Description
|
|
|
|
Displays the running processes.
|
|
|
|
## Examples
|
|
|
|
```
|
|
$ docker compose top
|
|
sample_foo_1
|
|
UID PID PPID C STIME TTY TIME CMD
|
|
root 142353 142331 2 15:33 ? 00:00:00 ping localhost -c 5
|
|
``` |