0 votes
in Docker by
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)

1 Answer

0 votes
by

Solution:A

Explanation: A Docker image is a blueprint for a container, which means that it provides all the instructions and files needed to create a running instance of the image. A container is a running instance of an image, which means that it has its own file system, network, and process space.

Related questions

0 votes
asked Apr 16 in Docker by SakshiSharma
0 votes
asked Apr 17 in Docker by rajeshsharma
...