Pregunta de entrevista de Bert Labs

What is the difference between Virtual Machine and Docker containerization?

Respuesta de la entrevista

Anónimo

14 de nov de 2022

Boot-time is less for docker as compared to the VM, Docker runs on single OS where we can run different OS in VM by using hypervisor, and for docker No space is needed to virtualize, hence less memory. For VM Requires entire OS to be loaded before starting the surface, so less efficient.