Skip to main content

Posts

Showing posts from January, 2019

ContainerizationBasics

Containerization Basics. CONTAINERS IN A SERVER 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 TODO: Describe in brief using these references <--Previous   Next-->

Containerization Refining One Level

Containerization Refining One Level. TODO, 1. TODO 2. Form an understanding and explain in detail. 3. Update references. <--Previous   Next-->

Containerization Refining 2nd Level

Containerization Refining 2nd Level TODO, 1. TODO 2. TODO. <--Previous   Next-->

Bare And Hosted Hypervisor

Bare Metal Hypervisor Baremetal Hypervisor: Interacts With OS or hardware directly. Limited drivers. Hosted Hypervisor 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 <--Previous       Next-->