Pick the right model.
Which BEST describes how Docker stores images?
A) Each image is a single big tarball, fully copied per container.
B) Images are made of immutable LAYERS; identical layers are shared
across images and containers (copy-on-write).
C) Images are stored as VM disk images.
D) Each container ships its own kernel.Sign in to save your code and track progress across devices.