본문 바로가기
42cursus/server

dockerfile

by 인듯아닌듯 2020. 7. 30.

https://m.blog.naver.com/PostView.nhn?blogId=alice_k106&logNo=220646382977&proxyReferer=https:%2F%2Fwww.google.com%2F

 

65. [Docker] Dockerfile 개요 및 간단한 작성법 가이드

1. 개요 블로그 운영을 하면서, 어떤 사람이 아래처럼 물어본 적이 있었다. 보통 도커를 공부하기 위해서 ...

blog.naver.com

 

 

debconf: delaying package configuration, since apt-utils is not installed #333

This is just warning

https://github.com/docker-library/python/issues/333

 

debconf: delaying package configuration, since apt-utils is not installed · Issue #333 · docker-library/python

Helllo folks, I just built from python:2.7-jessie and got the message: debconf: delaying package configuration, since apt-utils is not installed I ended up installing it anyways for other purposes ...

github.com

 

http://longbe00.blogspot.com/2015/03/dockerfile.html

 

Dockerfile 명령어 정리

1.1     Dockerfile Dockerfile 은 Docker 이미지 설정 파일입니다 . Dockerfile 에 설정된 내용대로 이미지를 생성합니다 . 여러가지 명령을 토대로 기본 이미지에서 개발환경을 셋팅한 이미지를 생성할 수

longbe00.blogspot.com

 

CMD(아규먼트에 쓰자), ENTRYPOINT(명령에 쓰자)

https://senticoding.tistory.com/71

 

Dockerfile의 CMD와 ENTRYPOINT 차이. docker-compose.yml의 command

인트로 Docker를 처음 배우면서 Dockerfile을 작성할 때 CMD 와 ENTRYPOINT의 차이점을 잘 몰랐다. 사실은 Entry가 참가자 명단 뭐 그런 뜻이라는데 나는 뭔가 입구같은 느낌을 받아서, Container의 Working Direc.

senticoding.tistory.com

 

Warning

dockerfile이 변하지 않고, ADD로 넘겨주는 파일이 변했을 경우에도 image를 다시 빌드해야한다..

이미지라는게 건내주는 파일의 내용 및 데이터까지 포함하고 있는 것으로 판단된다.

 

'42cursus > server' 카테고리의 다른 글

docker toolbox 설치에러 해결하기  (0) 2020.08.27
server_name  (0) 2020.08.06
ssl  (0) 2020.08.04
SSL, redirecct, autoindex, etc  (0) 2020.08.02
서버 시행착오  (0) 2020.07.30