Docker-containers-and-virtual-machines
Docker Containers and virtual machines A container runs natively on Linux and shares the kernel of the host machine with other containers. It runs a discrete process, taking no more memory than any other executable, making it lightweight. By contrast, a virtual machine (VM)…