Installs php7 and a few extensions including redis onto Ubuntu LTS 14.04
2.0K
The image is derived from my docker-webbase image.
It' s using PHP 7 and installs some very basic PHP modules.
It also includes composer and uses php-fpm by default so it's well suited for usage in conjunction with nginx fastcgi.
The logging is redirected to stdout so that the container is aware of what's happening and we have easy access to the logs without the need to log into the running container. Also the fpm log level is currently set to debug.
The image sets the /app-src volume to be able to access project code from a host or be overiden by a data-container.
Content type
Image
Digest
Size
177.1 MB
Last updated
over 8 years ago
docker pull mychiara/php7