- App Binaries와 dependencies
- image data에 대한 Metadata와 image를 실행하는 방법
- 공식 정의 : root filesystem의 변화에대한 정렬된 컬렉션과 런타임에 컨테이너내에서 실행되기 위해 대응되는 execution parameter들
- complete os, kernel, kernel modules가 아니다.
- image들은 file system변화, 메타데이터로 구성됨
- 여러 layer로 구성되며, 각각의 layer는 host에 한번만 저장된다. (컨테이너 별로 각각 생성되지 않는다.) -> 저장공간이 절약되고 전송시간이 빨라진다.
- 컨테이너는 단지 image의 top에 위치한 read/write layer이다.
docker image history
,docker image inspect
Image
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.