Q. What is the purpose of Docker's 'ENTRYPOINT' instruction in a Dockerfile?
β
Correct Answer: (A)
To define the default command to run when a container starts
Explanation: 'ENTRYPOINT' defines the default command that gets executed when a container starts.