mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
docker-container-start: add Spanish translation (#21438)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user