Docker Volume & Bind mounts
While working with containers, when we run a container it will have all required files and data with in it, as soon as we remove container the data will be lost for ever. This is a unique unique problem of docker.
While working with containers, when we run a container it will have all required files and data with in it, as soon as we remove container the data will be lost for ever. This is a unique unique problem of docker.