docker*: add and update Korean translation (#14117)

This commit is contained in:
코드싸이
2024-10-11 13:31:40 +09:00
committed by GitHub
parent f2069b5634
commit b1f220d087
32 changed files with 685 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
# docker start
> 중지된 컨테이너 시작.
> 더 많은 정보: <https://docs.docker.com/reference/cli/docker/container/start/>.
- 도움말 표시:
`docker start`
- Docker 컨테이너 시작:
`docker start {{컨테이너}}`
- `stdout``stderr`를 연결하고 신호를 전달하여 컨테이너 시작:
`docker start --attach {{컨테이너}}`
- 하나 이상의 컨테이너 시작:
`docker start {{컨테이너1 컨테이너2 ...}}`