The Data Persistence Problem
Container Filesystem is Ephemeral
By default, all files created inside a container are stored in a writable container layer that:
- Is lost when the container is deleted
- Is difficult to access from outside the container
- Is tightly coupled to the container lifecycle
- Has performance overhead (copy-on-write)