1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt_BR/common/docker-start.md
bl-ue 9614569655
multiple pages, MAINTAINERS: remove trailing whitespace at line ends (#5151)
* multiple pages: remove trailing whitespace at the end of lines

* MAINTAINERS: remove trailing whitespace at the end of lines
2021-01-16 10:33:31 -05:00

20 lines
463 B
Markdown

# docker start
> Inicia um ou mais containers parados.
> Mais informações: <https://docs.docker.com/engine/reference/commandline/start/>.
- Exibe a ajuda:
`docker start`
- Inicia um container docker:
`docker start {{container}}`
- Inicia um container, atachando ao terminal os sinais `stdout` e `stderr` e outros sinais:
`docker start --attach {{container}}`
- Inicia um ou mais containers com ID separados por espaço:
`docker start {{container(s)}}`