This is a Dockerfile to build a container images based on nginx and php-fpm. It is a simplified version of ngineered/nginx-php-fpm.
The source files for this project can be found here: https://github.com/TimNN/nginx-php-fpm
If you have any improvements please submit a pull request.
The Docker hub build can be found here: https://registry.hub.docker.com/u/TimNN/nginx-php-fpm/
Pull the image from the docker index rather than downloading the git repo. This prevents you having to build the image on every docker host.
docker pull TimNN/nginx-php-fpm:latest
To pull the Stable Version:
docker pull TimNN/nginx-php-fpm:stable
To pull the Mainline Version:
docker pull TimNN/nginx-php-fpm:mainline
To simply run the container:
sudo docker run --name nginx -p 8080:80 -d richarvey/nginx-php-fpm
You can then browse to http://<docker_host>:8080 to view the default install files.
Content type
Image
Digest
sha256:a89f5bdf5…
Size
113.7 MB
Last updated
about 11 years ago
docker pull timnn/nginx-php-fpm