Q. What is the function of the `CMD` instruction?

  • (A) Defines the image entry point
  • (B) Runs during the build process
  • (C) Provides default arguments for the container
  • (D) Builds the image
πŸ’¬ Discuss
βœ… Correct Answer: (C) Provides default arguments for the container
Explanation: `CMD` provides defaults for executing the container.
Explanation by: Mr. Dubey
`CMD` provides defaults for executing the container.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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