Process Flow - Volumes for persistent data
Create Volume
Start Container with Volume
Write Data inside Container
Stop Container
Start New Container with Same Volume
Read Data from Volume
Data Persists Across Containers
This flow shows how Docker volumes are created and used to keep data safe even when containers stop or are removed.