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

14 lines
355 B
Markdown

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.
## Links:
**implemented by**:: [[Linux Kernel also has namespaces for isolation]]
:::**part of**:: [[CKS]]
202403241200