Docker

Storage Options in Docker

Posted on

In this blog we will explore the Storage Options in Docker. Introduction A Docker container has a writeable layer, and this is where the data is stored by default. However, this has several drawbacks. Because the container can be replaced and removed at any time, the data is also lost. So, data is not persisted when the […]