0 votes
in Docker by
What is a Docker image?

A) A running container

B) A snapshot of a container

C) A blueprint for a container

D) A configuration file for a container

1 Answer

0 votes
by

Solution:B

Explanation: A Docker image is a snapshot of a container that contains all the files, dependencies, and configurations needed to run the application inside the container.

...