1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/common/docker-top.md
Nelson Figueroa d763c3d561
docker-top: update documentation link (#13736)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-09-18 20:42:15 +02:00

12 lines
260 B
Markdown

# 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`