Q. What is the role of Docker's 'CMD' instruction in a Dockerfile?
β
Correct Answer: (A)
To set the default command to be executed when a container starts
Explanation: 'CMD' specifies the default command to be executed when the container starts.