docker-top: add page; docker-container-top: add alias page (#11136)

pull/23/head
Aniket Purohit 2023-10-22 02:32:39 +05:30 committed by GitHub
parent 29d54b97d0
commit d9ad48e058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# docker container top
> This command is an alias of `docker top`.
> More information: <https://docs.docker.com/engine/reference/commandline/top>.
- View documentation for the original command:
`tldr docker top`

View File

@ -0,0 +1,12 @@
# 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`