What is the difference between a Docker image and a Docker container?
A) A Docker image is a blueprint for a container, while a container is a running instance of an image.
B) A Docker image is smaller than a container.
C) A Docker image is faster than a container.
D) A Docker image is used for temporary data, while a container is used for persistent data)