How to write Dockerfile reasonable
How to write Dockerfile reasonable change 앞에 사진에선 모든 정보를 app dir에 copy한다. 그리고 npm install을 하게 된다. 이럴경우 만약 코드가 변경되었으면 npm install또한 다시 진행하게된다. package.json과 같이 버전 정보를...
Read MoreHow to write Dockerfile reasonable change 앞에 사진에선 모든 정보를 app dir에 copy한다. 그리고 npm install을 하게 된다. 이럴경우 만약 코드가 변경되었으면 npm install또한 다시 진행하게된다. package.json과 같이 버전 정보를...
Read MoreDocker java maven project First Step : make jar file maven project : Build and Run Second Step : run the jar file copy to jar file to image from=build...
Read MoreDocker study 02 Dockerfile FROM : 어떤 이미지를 기반으로 현재 이미지를 생성할지 결정 한다. 생략불가, 맨앞에 와야함, 기존 layer에서 부터 시작할 수 있는 명령어들 -> FROM image FROM image:tag FROM...
Read MoreDocker study 01 Docker Instuction Docker definition linux 응용프로그램들을 소프트웨어 컨테이너 안에 배치시키는 일을 자동화하는 오픈 소스 프로젝트이다. container 격리된 공간에서 프로세스가 동작하는 기술이다. Instruction docker --version : version check...
Read MoreConvolutional Neural Networks Convolution Pooling Fully Connected Convolution R-CNN Detection System Using Region Proposal YOLO The YOLO Decection System resizes the input image to 448 x 448 runs a single...
Read More