Beginner
Docker & Containers
Q17 / 100
What is a "volume" in Docker used for?
Correct! Well done.
Incorrect.
The correct answer is B) To persist data generated by and used by containers, independent of the container's lifecycle
B
Correct Answer
To persist data generated by and used by containers, independent of the container's lifecycle
Explanation
Volumes provide persistent storage that exists outside a container's writable layer, so data survives container removal and can be shared between containers.
Progress
17/100