mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00
260 B
260 B
docker top
Display the running processes of a container. More information: https://docs.docker.com/reference/cli/docker/container/top/.
- Display the running processes of a container:
docker top {{container}}
- Display help:
docker top --help