Copy-on-Write Explained

LEVEL 0

The Problem

You run a container from an image. The container needs to modify a file that came from the image. But image layers are read-only. How can the container write?