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

@@ -31,8 +31,6 @@
* [删除本地镜像](04_image/4.3_rm.md)
* [利用 commit 理解镜像构成](04_image/4.4_commit.md)
* [使用 Dockerfile 定制镜像](04_image/4.5_build.md)
* [Dockerfile 多阶段构建](04_image/multistage-builds/README.md)
* [实战多阶段构建 Laravel 镜像](04_image/multistage-builds/laravel.md)
* [其它制作镜像的方式](04_image/4.6_other.md)
* [实现原理](04_image/4.7_internal.md)
* [第五章 操作容器](05_container/README.md)
@@ -67,6 +65,8 @@
* [LABEL 为镜像添加元数据](07_dockerfile/7.14_label.md)
* [SHELL 指令](07_dockerfile/7.15_shell.md)
* [参考文档](07_dockerfile/7.16_references.md)
* [多阶段构建](07_dockerfile/7.17_multistage_builds.md)
* [实战多阶段构建 Laravel 镜像](07_dockerfile/7.18_multistage_builds_laravel.md)
* [第八章 数据与网络管理](08_data_network/README.md)
* [数据管理](08_data_network/data/README.md)
* [数据卷](08_data_network/data/volume.md)