Files
cheatsheet-tldr/tldr/docker-top

18 lines
350 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# docker top
> Display the running processes of a container.
> More information: <https://docs.docker.com/engine/reference/commandline/top>.
- Display the running processes of a container:
`docker top {{container}}`
- Display help:
`docker top --help`