Dokerfile: https://github.com/27tech/docker-nginx-php/blob/master/Dockerfile
Usage:
docker run -d -p 9000:9000 --name php -v `pwd`/html:/var/www/html php:7-fpm-alpine
docker run -d -p 8080:80 --name nginx-php -v `pwd`/html:/var/www/html --link php 27tech/nginx-php
Browse http://localhost:8080
Content type
Image
Digest
Size
16.2 MB
Last updated
over 9 years ago
docker pull 27tech/nginx-php