Fix and improve

This commit is contained in:
Baohua Yang
2026-02-12 16:51:50 -08:00
parent bae82e993a
commit 0835f8467a
100 changed files with 280 additions and 622 deletions

View File

@@ -172,8 +172,7 @@ abc123 Exited (137) 5 seconds ago hopeful_darwin
## 137 = 128 + 9表示被 SIGKILL9 杀死
具体内容如下:
...
```
#### CPU 限制验证
@@ -191,8 +190,7 @@ $ docker run --rm stress --cpu 4
$ docker run --rm --cpus=1 stress --cpu 4
## 只能使用约 100% CPU1 个核心)
具体内容如下:
...
```
---
@@ -299,5 +297,5 @@ $ docker run -d --name cadvisor \
### 延伸阅读
- [命名空间](14.2_namespace.md)资源隔离
- [安全](../security/README.md)容器安全概述
- [安全](../11_ops/security/README.md)容器安全概述
- [Docker Stats](../05_container/README.md)监控容器资源