Q. What is the purpose of a Dockerfile?
β
Correct Answer: (B)
To define the steps required to build a Docker image
Explanation: A Dockerfile defines the steps and commands needed to build a Docker image.