Bare Metal Hypervisor
- Interacts With OS or hardware directly.
- Limited drivers.
Hosted Hypervisor
- Interacts With OS Only.
- HostOS/Kernel supplies the drivers.
References Used:
- 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://stackoverflow.com/questions/48251703/if-docker-runs-natively-on-windows-then-why-does-it-need-hyper-v
- https://medium.com/@nagarwal/understanding-the-docker-internals-7ccb052ce9fe
Comments
Post a Comment