Code Safari

Chapter 115·Beginner

Images vs Containers: The Two Core Ideas

01 / 06

The core idea

Blueprint vs building.

An image is the frozen recipe for an app and its environment. A container is a live, running instance of that image. One image, many containers.

Images vs Containers: The Two Core Ideas | Code Safari