mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:22:07 +02:00
docker-rm: add Spanish translation (#14949)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
0acb531d89
commit
40ee542f30
1 changed files with 20 additions and 0 deletions
20
pages.es/common/docker-rm.md
Normal file
20
pages.es/common/docker-rm.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# docker rm
|
||||||
|
|
||||||
|
> Elimina contenedores.
|
||||||
|
> Más información: <https://docs.docker.com/reference/cli/docker/container/rm/>.
|
||||||
|
|
||||||
|
- Elimina los contenedores:
|
||||||
|
|
||||||
|
`docker rm {{contenedor1 contenedor2 ...}}`
|
||||||
|
|
||||||
|
- Elimina de manera forzada contenedores:
|
||||||
|
|
||||||
|
`docker rm --force {{contenedor1 contenedor2 ...}}`
|
||||||
|
|
||||||
|
- Elimina un contenedor y sus volúmenes:
|
||||||
|
|
||||||
|
`docker rm --volumes {{contenedor}}`
|
||||||
|
|
||||||
|
- Muestra la ayuda:
|
||||||
|
|
||||||
|
`docker rm --help`
|
Loading…
Add table
Reference in a new issue