Exploring Docker Concepts: Volumes, Consumption, and Swarm Explained
Docker Volume
Used to maintain the persistent data
Types of Applications on Container Perspective :
Stateless Applications
Stateful Applications
docker volume create <volume_name>
Create a Docker Volume in Host Machine
docker volume list
...
docker-learnings.hashnode.dev2 min read