Update versions and fix formatting issues

This commit is contained in:
yeasy
2026-04-25 15:10:43 +00:00
parent 20a3479f8a
commit 839a63f5af
20 changed files with 34 additions and 16 deletions
+1
View File
@@ -27,6 +27,7 @@ flowchart TD
end
```
这种隔离主要通过 Linux 内核的 **Namespace** 实现资源限制通常与 **cgroups** 配合具体表现为
- **进程空间**容器看不到宿主机上的其他进程
- **网络**在默认网络模式下容器通常拥有独立的网络命名空间并可分配独立 IP使用 `host` `container:` 等模式时则例外
- **文件系统**容器拥有独立的 root 目录