【基础架构】容器技术原理(一):从根本上认识容器镜像

原文:https://waynerv.com/posts/container-fundamentals-learn-container-with-oci-spec/

1、从OCI规范说起

2、镜像规范

  2.1 镜像里面都有什么

  2.2 如何在镜像层中删除一个文件

  2.3 如何将多个镜像层合并成一个文件系统

    2.3.1 什么是联合文件系统

  2.4 Docker中的OverlayFS是如何工作的

    2.4.1 为什么容器的读写效率不如原生文件系统

3. 运行时规范

  3.1 容器的生命周期

  3.2 容器的本质是进程

4. 实现和生态

5.参考链接

  https://waynerv.com/posts/container-fundamentals-process-isolation-using-namespace/

  https://waynerv.com/posts/container-fundamentals-resource-limitation-using-cgroups/

  https://waynerv.com/posts/container-fundamentals-permission-control-using-capabilities/

  https://waynerv.com/posts/container-fundamentals-filesystem-isolation-and-sharing/

posted @ 2022-07-27 14:44  stay_heart  阅读(45)  评论(0)    收藏  举报