Q. What is the purpose of the ENTRYPOINT instruction in a Dockerfile?
β
Correct Answer: (B)
To define the default command to run in the container
Explanation: The ENTRYPOINT instruction defines the default command to run when the container starts.