docker

在Linux上利用docker软件通过 Dockerfile(文件) 快速构建环境

并且可以拉取云端的镜像

查询镜像通过https://registry.hub.docker.com/

常用lamp镜像为tutum/lamp

示例:https://git.oschina.net/silentboy/testalauda

原文地址:https://www.cnblogs.com/zuoxiaobing/p/4627458.html