Restruct and reorder chapters

This commit is contained in:
Baohua Yang
2026-02-21 22:22:17 -08:00
parent 2ab40eacc0
commit 33af380be1
141 changed files with 154 additions and 182 deletions

View File

@@ -238,4 +238,4 @@ Docker 容器通过以下 Namespace 实现隔离:
| **IPC** | 进程间通信 | 独立的信号量消息队列 |
| **USER** | 用户 | 独立的用户和组 ID |
> 想深入了解请阅读[底层实现 - 命名空间](../14_implementation/14.2_namespace.md)
> 想深入了解请阅读[底层实现 - 命名空间](../11_implementation/18.2_namespace.md)

View File

@@ -15,8 +15,8 @@
- [获取镜像](../04_image/4.1_pull.md) Registry 下载镜像
- [使用 Dockerfile 定制镜像](../04_image/4.5_build.md)创建自己的镜像
- [Dockerfile 最佳实践](../16_appendix/16.1_best_practices.md)构建高质量镜像的技巧
- [底层实现 - 联合文件系统](../14_implementation/14.4_ufs.md)深入理解分层存储的技术原理
- [Dockerfile 最佳实践](../appendix/20.1_best_practices.md)构建高质量镜像的技巧
- [底层实现 - 联合文件系统](../11_implementation/18.4_ufs.md)深入理解分层存储的技术原理
| 概念 | 要点 |
|------|------|