What is the difference between a Docker image and a container?
An image is a read-only template — the built filesystem plus metadata. A container is a running (or stopped) instance of an image with its own writable layer. One image can spawn many containers.