CV0-004 · Question #115
Which of the following is used to deliver code quickly and efficiently across the development, test, and production environments?
The correct answer is B. Container image. A container image is used to deliver code quickly and efficiently across the development, test, and production environments. Container images are lightweight, standalone, executable software packages that include everything needed to run a piece of software, including the code…
Question
Which of the following is used to deliver code quickly and efficiently across the development, test, and production environments?
Options
- ASnapshot
- BContainer image
- CServerless function
- DVM template
How the community answered
(36 responses)- A3% (1)
- B89% (32)
- C6% (2)
- D3% (1)
Explanation
A container image is used to deliver code quickly and efficiently across the development, test, and production environments. Container images are lightweight, standalone, executable software packages that include everything needed to run a piece of software, including the code, runtime, system tools, libraries, and settings.
Topics
Community Discussion
No community discussion yet for this question.