570 B
570 B
docker container start
중지된 컨테이너 시작. 더 많은 정보: https://docs.docker.com/reference/cli/docker/container/start/.
- Docker 컨테이너 시작:
docker {{[start|container start]}} {{컨테이너}}
stdout및stderr를 연결하고 신호를 전달하여 컨테이너 시작:
docker {{[start|container start]}} {{[-a|--attach]}} {{컨테이너}}
- 하나 이상의 컨테이너 시작:
docker {{[start|container start]}} {{컨테이너1 컨테이너2 ...}}
- 도움말 표시:
docker {{[start|container start]}} --help