Beginner Docker & Containers
Q30 / 100

What happens to data written inside a container's writable layer if the container is removed (without using volumes)?

Correct! Well done.

Incorrect.

The correct answer is B) It is permanently lost, since the writable layer is removed along with the container

B

Correct Answer

It is permanently lost, since the writable layer is removed along with the container

Explanation

A container's writable layer is ephemeral; without a volume or bind mount, any data written there is lost when the container is removed.

Progress
30/100