Why use a Docker volume for application data that must persist?
A volume can only be used when a cloud storage driver is configured
Volume data exists only in memory until the container exits
Every data change automatically rebuilds the container image
The volume is managed independently of any one container's writable layer