How do a Docker image and a container relate?
A container is a cloud registry that stores many images.
An image is a blueprint used to create a runnable container.
The terms are interchangeable names for exactly the same object and state.
An image exists only while its container is actively running.