Q. Which Dockerfile instruction defines the user to run subsequent commands?
β
Correct Answer: (A)
USER
Explanation: `USER` sets the UID or username for running following commands in the image.