Skip to main content

BackUpContainer

Back Up Of Container.


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

Comments