Q. What is a Docker image?
β
Correct Answer: (B)
A blueprint used to create Docker containers
Explanation: A Docker image is a blueprint used to create containers. It includes the application and its dependencies.