This visual execution shows how container images move from a developer's local machine to a registry and then to users. First, the developer builds an image locally. Then, they push it to a registry, which stores the image centrally. Other users can pull the image from the registry to their local machines. Finally, users run containers from the pulled images. This process allows sharing and reuse of container images across different machines and teams. The execution table tracks each step's state changes for the image locally, in the registry, and container status. Key moments clarify why registries are needed and what happens when pulling images. The quiz tests understanding of registry states and container running steps.