Update node-exporter to v1.11.1, fcct to butane

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