mirror of https://github.com/CrimsonTome/tldr.git
257 B
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