d763c3d561
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
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