MongoDB interview question

Explain how Docker and virtual machines work.

Interview Answer

Anonymous

17 Jun 2022

I explained that Docker uses Linux namespaces and cgroups to control the resource usage of a container. And explained how containers are different from virtual machines.