Dockerfile快速搭建自己专属的LAMP环境
3 月,跳不动了?>>> 自从用上公司的Docker环境,再也很少直接在系统上搭建LAMP环境了,在摸索如何用Docker搭建LAMP环境,折腾多种方式后,觉得Dockerfile是一种不错的方式。 当然一开始自己用Dockerfile肯定无从下手,借鉴优秀的Dockerfile,然后逐步改成自己专属的Dockerfile 推荐LAMP Dockerfile: https://github.com/tutumcloud/lamp 我也把我的 LAMP Dockerfile 上传到git@osc,供参考 http://git.oschina.net/lyaohe/lmap todo:详细解说一下 来源: oschina 链接: https://my.oschina.net/u/930926/blog/779484