Updated: 2016-06-25
This repo is hosted on Github at https://www.github.com/egyptianbman/docker-centos-nginx-php/
php 5.6: egyptianbman/docker-centos-nginx-php:latest php 7.0: egyptianbman/docker-centos-nginx-php:7.0
This container aims to be a fully-functional, highly configurable yet minimalistic.
The container is built using ansible on centos 7(:latest) running nginx and php-fpm 5.6.
A conscious effort has been made to modify as little as possible to allow the consumer full freedom to modify at will.
An example usage of this container can be found in the example directory utilizing docker-compose.
- Add/mount a
/docker
directory with astart.sh
script to have it automatically picked up and executed on startup, beforesupervisord
(see example).