Move more dockerfile content to chapter 7

This commit is contained in:
Baohua Yang
2026-02-09 13:13:33 -08:00
parent b44c9acd6c
commit bae82e993a
15 changed files with 105 additions and 60 deletions

View File

@@ -14,7 +14,7 @@
#### 使用多阶段构建
`Docker 17.05` 以上版本中你可以使用 [多阶段构建](../04_image/multistage-builds.md) 来减少所构建镜像的大小
Docker 17.05 以上版本中你可以使用 [多阶段构建](../07_dockerfile/7.17_multistage_builds.md) 来减少所构建镜像的大小
#### 避免安装不必要的包