πŸ“Š Docker
Q. Which Dockerfile instruction defines the user to run subsequent commands?
  • (A) USER
  • (B) RUNAS
  • (C) EXEC
  • (D) LOGIN
πŸ’¬ Discuss
βœ… Correct Answer: (A) USER

Explanation: `USER` sets the UID or username for running following commands in the image.

Explanation by: Mr. Dubey
`USER` sets the UID or username for running following commands in the image.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
39
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate