In which of the following build strategy approach, the actual code is downloaded into the container first, and then compiled within it?...

31. In which of the following build strategy approach, the actual code is downloaded into the container first, and then compiled within it? The compiled code is deployed within the same container, and the image is created from it.

  1. Source-to-image strategy
  2. Docker strategy
  3. Custom strategy
  4. Pipeline strategy

Answer: A) Source-to-image strategy

Explanation:

Source-to-image build strategy approach, the actual code is downloaded into the container first, and then compiled within it. The compiled code is deployed within the same container, and the image is created from it.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.