Docker Cheatsheet Part 2 – Volume Mapping in Docker

Volume mapping is a concept in Dockerization to persist the data generated and stored by docker. By default, all the data created inside the container gets vanished when container no longer exists. Docker provides two options for container to store files in host machine and that are called – Volumes and Bind Mount Volumes are … Continue reading Docker Cheatsheet Part 2 – Volume Mapping in Docker