Skip to content

Docker image build

jaeseok.an edited this page Apr 24, 2020 · 3 revisions

script로 실행하는 이미지 생성

  • 기본 이미지를 설정
 CMD ["run_svr.sh"]
 WORKDIR /usr/local/bin
  • 필요한 설정
    • CMD
    • WORKDIR
    • EXPOSE - 내부에서 쓸 port 설정 필요

test

Clone this wiki locally