mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
* Update docs on command help This is change is based on the output of the script proposed by @smola in: https://github.com/docker/docker.github.io/pull/11173 Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com> * Formatting updates * Minor style update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
471 B
471 B
description, keywords, title, notoc
| description | keywords | title | notoc |
|---|---|---|---|
| Displays the running processes. | fig, composition, compose, docker, orchestration, cli, top | docker-compose top | true |
Usage: top [SERVICE...]
Displays the running processes.
$ docker-compose top
compose_service_a_1
PID USER TIME COMMAND
----------------------------
4060 root 0:00 top
compose_service_b_1
PID USER TIME COMMAND
----------------------------
4115 root 0:00 top