mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
docker-rename: add Spanish translation (#14948)
This commit is contained in:
parent
de5108c783
commit
0acb531d89
1 changed files with 12 additions and 0 deletions
12
pages.es/common/docker-rename.md
Normal file
12
pages.es/common/docker-rename.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# docker rename
|
||||
|
||||
> Renombra un contenedor.
|
||||
> Más información: <https://docs.docker.com/reference/cli/docker/container/rename/>.
|
||||
|
||||
- Renombra un contenedor:
|
||||
|
||||
`docker rename {{contenedor}} {{nuevo_nombre}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`docker rename --help`
|
Loading…
Add table
Reference in a new issue