📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Docker
/
Docker Storage and Volumes
Docker Storage and Volumes
Question 1 of 5
What happens to files written inside a container when you run `docker rm`?
A
They are moved to a backup directory on the host
B
They are preserved if the container was stopped gracefully with docker stop
C
They persist in the container's writable layer until garbage collected
D
They are permanently deleted along with the container's writable layer
← Back to categories