1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

docker-top: add Spanish translation (#14950)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Igor Támara 2024-11-26 12:12:00 -05:00 committed by GitHub
parent 40ee542f30
commit 9dbccfdb8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# docker top
> Muestra los procesos que se están ejecutando en un contenedor.
> Más información: <https://docs.docker.com/reference/cli/docker/container/top/>.
- Muestra los procesos que se están ejecutando en un contenedor:
`docker top {{contenedor}}`
- Muestra la ayuda:
`docker top --help`