13 lines
310 B
Markdown
Raw Normal View History

# docker container top
> Display the running processes of a container.
> More information: <https://docs.docker.com/reference/cli/docker/container/top/>.
- Display the running processes of a container:
`docker {{[top|container top]}} {{container}}`
- Display help:
`docker {{[top|container top]}} --help`