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:
parent
40ee542f30
commit
9dbccfdb8f
1 changed files with 12 additions and 0 deletions
12
pages.es/common/docker-top.md
Normal file
12
pages.es/common/docker-top.md
Normal 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`
|
Loading…
Add table
Reference in a new issue