Q. What is the purpose of the USER instruction in a Dockerfile?
β
Correct Answer: (A)
To define the user for running commands
Explanation: The USER instruction specifies the user or UID for running commands in the container.