docker-top
Display the running processes of a container.
TLDR
Display the running processes of a container
$ docker top [container]
Display help
$ docker top --help
SYNOPSIS
docker top CONTAINER [ps OPTIONS]
DESCRIPTION
Alias for docker container top.
OPTIONS
-h, --help[=false] help for top
SEE ALSO
docker(1)