Files
tldr/pages.tr/common/docker-start.md
4G3NT 87ec0727fc pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30

21 lines
513 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# docker start
> Bir veya daha fazla durmuş konteyneri başlar.
> Daha fazla bilgi için: <https://docs.docker.com/engine/reference/commandline/start/>.
- Yardım göster:
`docker start`
- Bir docker konteynerini başlat:
`docker start {{konteyner}}`
- Bir konteyneri, ona `stdout` ile `stderr`'i ekleyerek ve sinyaller göndererek başlat:
`docker start --attach {{konteyner}}`
- Bir veya daha fazla boşlukla ayrılarak belirtilmiş konteynerleri başlar:
`docker start {{konteyner1 konteyner2 ...}}`