Q. What is the purpose of the `FROM` instruction in a Dockerfile?
β
Correct Answer: (B)
To specify the base image
Explanation: `FROM` sets the base image for the Docker image being built.