Quidest?

cgroups VS namespaces

ยท Lorenzo Drumond

Cgroups involve resource metering and limiting:

Namespaces provide processes with their own view of the system:

In other words, if you want to create two containers, each with limited amount of computer resources allocated, you can:

Namespaces and cgroups are the key technologies behind containers like Docker and Podman.

References

#virtualization #container #computer_science #virtual_machine #vm #linux #kernel #resource #process