ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 127 - DOP-C01 discussion

Report
Export

What is the only layer in a Docker image that is not read-only?

A.
they are all read-only
Answers
A.
they are all read-only
B.
none are read-only
Answers
B.
none are read-only
C.
the first layer
Answers
C.
the first layer
D.
the last layer
Answers
D.
the last layer
Suggested answer: D

Explanation:

A Docker image is built up from a series of layers. Each layer represents an instruction in the image's Dockerfile. Each layer except the very last one is read-only.

Reference:

https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/#images-andlayers

asked 16/09/2024
AN KANGWOOK
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first