Fetch the repository succeeded.
Deploy lnmp(Linux, Nginx, MySQL, PHP7) using docker.
I want to share my ideas and designs about Web-Deploying using Docker with you.
The whole app is divided into three Containers:
Nginx
Container, which handles requests and makes responses.PHP-FPM
Container, it retrieves php scripts from host, interprets, executes then responses to Nginx. If necessary, it will connect to MySQL
as well.MySQL
Container,Our app scripts are located on host, you can edit files directly without rebuilding/restarting whole images/containers.
At first, you should have had Docker and Docker Compose installed.
Without building images one by one, you can make use of docker-compose
and simply issue:
$ sudo docker-compose up
For more operations to containers, please refer to:
$ sudo docker-compose --help
Check out your https://<docker-host> and have fun
Micooz micooz@hotmail.com
sndnvaps sndnvaps@gmail.com
MIT
Sign in for post a comment
Comment ( 0 )