Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 692 Bytes

image.md

File metadata and controls

13 lines (10 loc) · 692 Bytes

Image Concepts

Image Layer

Image Kernel Architecture

  • bootfs: the kernel on the host to be shared by all the containers
    • uname -r on the host and in the container: the same kernel info
  • rootfs: each container's userspace filesystem, it includes /dev, /proc, /bin Multiple Containers upon the same kernel
  • image contains multiple layers which are mutable
  • container layer: only the top layer is a writable layer corresponds to a container Image Multiple Layer