mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Update command lists to include recent additions Signed-off-by: Joffrey F <joffrey@docker.com>
25 lines
459 B
Markdown
25 lines
459 B
Markdown
---
|
|
description: Displays the running processes.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, top
|
|
title: docker-compose top
|
|
---
|
|
|
|
```none
|
|
Usage: top [SERVICE...]
|
|
|
|
```
|
|
|
|
Displays the running processes.
|
|
|
|
```bash
|
|
$ 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
|
|
``` |