Split chapter 20

This commit is contained in:
Baohua Yang
2026-02-22 15:33:20 -08:00
parent 24d26c0797
commit 4ca47b0ea1
30 changed files with 365 additions and 325 deletions

9
20_cases_os/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 第二十章 实战案例 - 操作系统
本章将介绍 Docker 在不同操作系统镜像场景下的实战案例
* [Busybox](busybox.md)
* [Alpine](alpine.md)
* [Debian Ubuntu](debian.md)
* [CentOS Fedora](centos.md)
* [本章小结](summary.md)