Phusion baseimage based Apache SSL for common Drupal.
1M+
Memory limit has been raised to 256MiB, to give room for Features.
The following PHP extensions will be enabled by default:
If you want extra extensions enabled add a space separated list of
extensions to the environment variable PHP_EXTRA_EXTENSIONS.
If you want fewer extensions enabled list all the extensions you
want enabled in the environment variable PHP_DEFAULT_EXTENSIONS.
Currently the following extra extensions are supported:
Xdebug is disabled pr. default but the extension is available and we ship with xdebug.remote_connect_back enabled (when the extension is enabled). To enable the xdebug-extension execute /usr/local/bin/xdebug-start via docker, eg:
docker exec -ti <container id> xdebug-start
Or via docker-compose, eg. if the image is used by a service called fpm:
docker-compose exec fpm xdebug-start
The scripts enables xdebug and blocks until the user presses enter or terminates the script after which xdebug is disabled again.
Content type
Image
Digest
Size
200 MB
Last updated
over 8 years ago
docker pull reload/drupal-apache-ssl