Files
tldr/pages.tr/common/docker-start.md
2024-09-28 11:48:59 +02:00

21 lines
515 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/reference/cli/docker/container/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 ...}}`