How do a Docker image and a container differ?
They are two names for exactly the same object
An image is an application package and a container is a runnable instance created from it
A container is the immutable template used to build images
An image contains only host operating-system configuration