Docker image for NGINX and PHP5.5, started using Supervisor.
Last stable NGINX installed from official stable repository (http://ppa.launchpad.net/nginx/stable/ubuntu) Last PHP5.5 installed from Ondřej Surý's unofficial repository (http://ppa.launchpad.net/ondrej/php5/ubuntu)
docker build -t andreisusanu/nginx-php5.5 .docker run \
--name nginx-php5.5 \
-p 80:80 \
-v /path/to/local/www:/var/www/html \
andreisusanu/nginx-php5.5