github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/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  ```