Go to file
Tim de Pater 894d45fa43 Fixed failing Nginx by chosing an existing location for the pid file 2016-07-28 22:02:52 +02:00
config Fixed failing Nginx by chosing an existing location for the pid file 2016-07-28 22:02:52 +02:00
src Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
.travis.yml Updated Travis & README for Alpine Linux version 2016-03-16 13:45:51 +01:00
Dockerfile Added PHP7 CLI 2016-07-11 12:40:34 +02:00
README.md Changed image name to Alpine version 2016-03-16 13:53:38 +01:00

README.md

Docker PHP-FPM 7.0 & Nginx 1.8 on Alpine Linux

Example PHP-FPM 7.0 & Nginx 1.8 setup for Docker, build on Alpine Linux. The image is only +/- 60MB large.

Docker Pulls

Usage

Start the Docker containers:

sudo docker run -p 80:80 trafex/alpine-nginx-php7

See the PHP info on http://localhost, or the static html page on http://localhost/test.html

Resources & inspiration

https://ejosh.co/de/2015/09/how-to-link-docker-containers-together

https://github.com/johanan/Ansible-and-Docker