1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +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

302 B

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