mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 20:31:18 +00:00
Add number to section names
This commit is contained in:
@@ -43,7 +43,7 @@ flowchart LR
|
||||
| IPC | 进程通信 | 隔离共享内存 |
|
||||
| UTS | 主机名 | 独立主机名 |
|
||||
|
||||
详见[命名空间](../../11_implementation/18.2_namespace.md)章节。
|
||||
详见[命名空间](../../11_implementation/11.2_namespace.md)章节。
|
||||
|
||||
### 2。控制组
|
||||
|
||||
@@ -419,6 +419,6 @@ $ cosign verify --key cosign.pub $IMAGE
|
||||
|
||||
## 延伸阅读
|
||||
|
||||
- [命名空间](../../11_implementation/18.2_namespace.md):隔离机制详解
|
||||
- [控制组](../../11_implementation/18.3_cgroups.md):资源限制详解
|
||||
- [命名空间](../../11_implementation/11.2_namespace.md):隔离机制详解
|
||||
- [控制组](../../11_implementation/11.3_cgroups.md):资源限制详解
|
||||
- [最佳实践](../../appendix/20.1_best_practices.md):Dockerfile 安全配置
|
||||
|
||||
Reference in New Issue
Block a user