You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
이미지는 단일 파일이지만 그 이미지를 구성하는 레이어를 단일로 하는게 효율적인 방법이 아니라는 말 아닐까요?
Dockerfile 작성시 RUN 명령어마다 레이어가 생성되는데, export 를 통해 레이어를 하나로 합치게 되면
조그만 변경에도 다시 새로 빌드해야 하기 때문에 책에 그렇게 쓰여진게 아닐까 생각합니다.
변경되는 부분별로 레이어를 구성한다면 새롭게 이미지를 만들때 변경되지 않은 레이어들은
캐시되어 있는 부분을 사용할 수 있으니 더 효율적이라고 생각합니다.
이미지를 단일 파일로 저장하는 것은 효율적인 방법이 아니다라고 하는데, 이미지 자체는 단일 파일로 관리하는게 맞지 않을까요?
The text was updated successfully, but these errors were encountered: