Files
cheatsheet-tldr/tldr/docker-top
2024-09-19 00:16:36 +00:00

18 lines
353 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/reference/cli/docker/container/top/>.
- Display the running processes of a container:
`docker top {{container}}`
- Display help:
`docker top --help`