1
0
Fork 0
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:
Igor Támara 2024-11-26 12:11:08 -05:00 committed by GitHub
parent de5108c783
commit 0acb531d89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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