Reduce image size

This commit is contained in:
Baohua Yang
2026-02-27 19:23:28 -08:00
parent bbfc9d34ff
commit 19aaad591c
25 changed files with 52 additions and 28 deletions

View File

@@ -148,6 +148,11 @@
* [17.1 Fedora CoreOS 简介](17_ecosystem/17.1_coreos_intro.md)
* [17.2 Fedora CoreOS 安装](17_ecosystem/17.2_coreos_install.md)
* [17.3 podman - 下一代 Linux 容器工具](17_ecosystem/17.3_podman.md)
* [17.4 Buildah - 容器镜像构建工具](17_ecosystem/17.4_buildah.md)
* [17.5 Skopeo - 容器镜像管理工具](17_ecosystem/17.5_skopeo.md)
* [17.6 containerd - 核心容器运行时](17_ecosystem/17.6_containerd.md)
* [17.7 安全容器运行时](17_ecosystem/17.7_secure_runtime.md)
* [17.8 WebAssembly 与容器](17_ecosystem/17.8_wasm.md)
* [本章小结](17_ecosystem/summary.md)
## 第四部分实战篇
@@ -199,3 +204,4 @@
* [附录四Dockerfile 最佳实践](appendix/best_practices.md)
* [附录五如何调试 Docker](appendix/debug.md)
* [附录六资源链接](appendix/resources.md)
* [附录七术语表](appendix/glossary.md)