Q. What is a Docker 'Dockerfile'?
β
Correct Answer: (A)
A configuration file used to build a Docker image
Explanation: A Dockerfile is a script containing a series of instructions on how to build a Docker image.