Q. What is the purpose of the 'ENTRYPOINT' instruction in a Dockerfile?
β
Correct Answer: (A)
To define the default command for the container
Explanation: The 'ENTRYPOINT' instruction in a Dockerfile defines the default command that will be executed when the container starts.