Docker image for NGINX with PHP7
4.3K
Docker image for NGINX and PHP7, started using Supervisor.
Last stable NGINX installed from official stable repository (http://ppa.launchpad.net/nginx/stable/ubuntu) Last PHP7 installed from Ondřej Surý's unofficial repository (http://ppa.launchpad.net/ondrej/php/ubuntu)
docker build -t andreisusanu/nginx-php7 .
docker run \
--name nginx-php7 \
-p 8000:80 \
-v /path/to/local/www:/var/www/html \
andreisusanu/nginx-php7
http://localhost:8000/
docker exec -it nginx-php7 bash
Content type
Image
Digest
Size
117.6 MB
Last updated
over 10 years ago
docker pull andreisusanu/nginx-php7