사용자 도구

사이트 도구


docker:build

문서의 이전 판입니다!


Docker Image Build

한 컨테이너에서 다중 프로세스 실행

ENTRYPOINT

Timezone 보정

from Docker Container time & timezone (will not reflect changes)

ENV TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
docker/build.1483242137.txt.gz · 마지막으로 수정됨: 2017/01/01 12:12 저자 kwon37xi