github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/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  ```