AWS DevOps Engineer Professional DOP-C01 – Question487

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

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

Correct Answer: D

Explanation:

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/imagesandcon…