Why can a host-directory bind mount preserve data beyond a container's lifetime?
Podman keeps the data only in an in-memory cache after removal.
Every write permanently changes the original Nginx image.
The mount prevents the container process from ever stopping.
The files are stored in the host directory independently of the container's writable layer.