Docker Ep 4: Volumes & Data Persistence
·418 words·2 mins
By default, all files created inside a container are stored on a writable container layer. When that container is deleted, the data is destroyed. Docker Volumes solve this by storing data outside the container filesystem.
