Back Up Of Container.
How Do I Backup My Container ?
- Data does not live on the container.
- It lives on a named volume that is shared between 1-N containers that you define.
- Docker recommends named volume for persistent containers i.e direct write to volume outside of container.
- https://blog.docker.com/2016/03/containers-are-not-vms/
- https://blog.mikesir87.io/2017/05/docker-is-not-a-hypervisor/
- https://devopscube.com/what-is-docker/
- https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b
- https://blog.docker.com/2016/03/containers-are-not-vms/
- https://stackoverflow.com/questions/48251703/if-docker-runs-natively-on-windows-then-why-does-it-need-hyper-v
Comments
Post a Comment