This project is about how to build your Docker LNMP environment in Ubuntu 14.04.
- You should install docker first, please see guide in https://docs.docker.com/engine/installation/linux/ubuntulinux/.
- After that, you should install docker-compose.
- php:7.0.13-fpm
- nginx:1.11
- msql:5.7
- redis:3.0
You should run docker-compose up
in the project
directory, and the opt
directory is virtual.
BTW: JUST A NOTE FOR MYSELF