Add Dockerfile multi stage laravel

This commit is contained in:
khs1994
2018-12-31 14:27:55 +08:00
parent 73ccb16b21
commit 84959ae8b4
7 changed files with 307 additions and 2 deletions

View File

@@ -39,7 +39,8 @@
* [HEALTHCHECK 健康检查](image/dockerfile/healthcheck.md)
* [ONBUILD 为他人作嫁衣裳](image/dockerfile/onbuild.md)
* [参考文档](image/dockerfile/references.md)
* [Dockerfile 多阶段构建](image/multistage-builds.md)
* [Dockerfile 多阶段构建](image/multistage-builds/README.md)
* [实战多阶段构建 Laravel 镜像](image/multistage-builds/laravel.md)
* [其它制作镜像的方式](image/other.md)
* [实现原理](image/internal.md)
* [操作容器](container/README.md)