github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/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 ```