quartz/content/Container Isolation.md
2024-03-30 08:10:09 +01:00

355 B

Containers can be isolated using Linux namespaces or cgroups.

Linux namespaces serve to limit what the containers can see. Isolation happens on the user, filesystem or process level.

cgroups are used to limit resource usage.

implemented by:: Linux Kernel also has namespaces for isolation :::part of:: CKS

202403241200