Abstract Docker Container is stateless, all data is lost when container is removed. Docker Volume allows us to store persistent data 3 types of volumes Docker Host Volume Docker Anonymous Volume Docker Named Volume