A Docker image punika template sing maca-mung (aplikasi sing di-package sareng dependencies-ne); a container punika running instance saka image. Hubungan-ne kaya kelas lan obyek: siji image bisa nyebulake akeh containers.
Image versus container
IMAGE → a read-only TEMPLATE: the app + dependencies + config, built in layers
(like a blueprint/class; stored, shared, versioned)
CONTAINER → a RUNNING INSTANCE of an image (with a writable layer on top)
(like an object created from a class; has runtime state)
One IMAGE → many CONTAINERS (run the same image multiple times)
