1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages/common/docker-top.md

257 B

docker top

Display the running processes of a container. More information: https://docs.docker.com/engine/reference/commandline/top.

  • Display the running processes of a container:

docker top {{container}}

  • Display help:

docker top --help