Docker tutorial: Get started with Docker volumes
Briefly

Docker volumes are designed for data persistence in applications running in containers, allowing external storage while maintaining the containers' immutability.
While Docker volumes enable data sharing between containers and external storage, it's critical to understand their limits, as they are not a cure-all for state management.
Read at InfoWorld
[
|
]