0 votes
in Docker by
What is a Dockerfile?

A) A configuration file for a Docker container

B) A configuration file for a Docker image

C) A configuration file for a Docker network

D) A configuration file for a Docker volume

1 Answer

0 votes
by

Solution:B

Explanation: A Dockerfile is a configuration file that specifies how to build a Docker image. It includes instructions for installing dependencies, copying files, and configuring the container.

Related questions

0 votes
asked Apr 17 in Docker by rajeshsharma
0 votes
asked Aug 28, 2023 in Docker by JackTerrance
...