Q. Which instruction allows combining multiple commands into one layer?

  • (A) MULTI
  • (B) SHELL
  • (C) RUN with &&
  • (D) STACK
πŸ’¬ Discuss
βœ… Correct Answer: (C) RUN with &&
Explanation: Using `&&` in `RUN` chains multiple commands into one image layer.
Explanation by: Mr. Dubey
Using `&&` in `RUN` chains multiple commands into one image layer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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