DOCKER CONTAINER TOP
Commande : docker container top
Usage: docker container top CONTAINER Display the running processes of a container
Afficher les processus en cours des containers spécifiés :
docker container top container [container...]
Equivaut à :
docker top container [container...]
ex :
$ docker container top example-voting-app_vote_1 -faux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 29786 0.2 0.9 86156 20180 ? Ss 00:52 0:00 | | \_ python app.py
root 30079 1.2 1.0 87820 20708 ? Sl 00:52 0:04 | | \_ /usr/local/bin/python app.py