docker-container-start: add Spanish translation (#21438)

This commit is contained in:
Darío Hereñú
2026-03-09 23:43:10 -03:00
committed by GitHub
parent e34b050908
commit 42611f5cd2
+20
View File
@@ -0,0 +1,20 @@
# docker container start
> Inicia contenedores detenidos.
> Más información: <https://docs.docker.com/reference/cli/docker/container/start/>.
- Inicia un contenedor Docker:
`docker {{[start|container start]}} {{contenedor}}`
- Inicia un contenedor, adjuntando `stdout` y `stderr` y reenviando señales:
`docker {{[start|container start]}} {{[-a|--attach]}} {{contenedor}}`
- Inicia uno o más contenedores:
`docker {{[start|container start]}} {{contenedor1 contenedor2 ...}}`
- Muestra la ayuda:
`docker {{[start|container start]}} --help`