1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 17:55:26 +02:00
tldr/pages.es/common/docker-top.md
Igor Támara 9dbccfdb8f
docker-top: add Spanish translation (#14950)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2024-11-26 22:42:00 +05:30

12 lines
302 B
Markdown

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