Docker Nginx & PHP-FPM image built on Alpine Linux
10K+
Docker Nginx & PHP-FPM image built on Alpine Linux
If you find this image useful here's how you can help:
Before reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker installation guide for instructions.
SELinux users should try disabling SELinux using the command setenforce 0 to see if it resolves the issue.
If the above recommendations do not help then report your issue along with the following information:
docker vers6 and docker info commandsdocker run command or docker-compose.yml used to start the image. Mask out the sensitive bits.Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull dockage/alpine-nginx-php-fpm:latest
Alternatively you can build the image yourself.
docker build -t dockage/alpine-nginx-php-fpm github.com/dockage/alpine-nginx-php-fpm
For debugging and maintenance purposes you may want access the containers shell. If you are using Docker version 1.3.0 or higher you can access a running containers shell by starting bash using docker exec:
docker exec -it alpine-nginx-php-fpm sh
Content type
Image
Digest
Size
13.5 MB
Last updated
over 7 years ago
docker pull dockage/alpine-nginx-php-fpm