Docker storage

Storing data within containers Every changes made to the container is written into container layer. When the container is destroyed, the changes are deleted as well. And image layers are read only. With this mechanism, we can distribute images and ensure everyone can start the same container. Docker uses storage drivers to manage the contents … Continue reading Docker storage