DevOps Tools Engineer (LPIC-OT 701) — Question 35

How is a Docker container image retrieved from a Docker registry?

Answer options

Correct answer: B

Explanation

Option B is correct because Docker uses a layering system where multiple images are stacked to form the final container image. The other options describe processes that do not accurately represent how Docker handles images, such as extracting ZIP files or using ISO files, which are not part of Docker's image retrieval mechanism.