Arch Linux-based image with PHP-FPM installed, with GD, mcrypt, ldap, sqlite, mysql, postgresql extensions and pear installed.
5.4K
This is an Arch Linux-based image with PHP-FPM installed.
It's pre-configured to listen on port 9000.
This is really meant to be used for building new docker images with your PHP app. Here's a blog post I wrote on using fastcgi and docker.
It uses php-fpm as the entrypoint.
$ docker build -t <repo name>.
$ docker run -p 9000 jprjr/php-fpm
$ docker run -d -p 9000 jprjr/php-fpm
Content type
Image
Digest
sha256:35483deb4…
Size
160 MB
Last updated
almost 11 years ago
docker pull jprjr/php-fpm