github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/man/src/container/top.md (about) 1 Display the running process of the container. ps-OPTION can be any of the options you would pass to a Linux ps command. 2 3 All displayed information is from host's point of view. 4 5 # EXAMPLES 6 7 Run **docker container top** with the ps option of -x: 8 9 $ docker container top 8601afda2b -x 10 PID TTY STAT TIME COMMAND 11 16623 ? Ss 0:00 sleep 99999