github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+incompatible/docs/reference/commandline/top.md (about) 1 --- 2 title: "top" 3 description: "The top command description and usage" 4 keywords: "container, running, processes" 5 --- 6 7 # top 8 9 ```markdown 10 Usage: docker top CONTAINER [ps OPTIONS] 11 12 Display the running processes of a container 13 14 Options: 15 --help Print usage 16 ```