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