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 ...