Check the Running Docker
Learn how to make sure Docker is running before you proceed with containers.
Images and containers
We can start multiple containers from a single image. The image is read-only in this relationship, but each container is read-write. As shown in the figure below, Docker accomplishes this by creating a thin read-write layer for each container and placing it on top of the shared image.
Press + to interact
In the figure above, each container ...