A PHP Apache development image configured for Drupal.
1.5K
Use of this image is discouraged. This image is kept to support projects that have not yet moved to a newer setup. The image may be removed without notice.
A PHP Apache development image configured for Drupal.
This image uses the PHP5 packages from Debian Jessie for easy support.
Mount the Drupal root directory to /var/www/html.
This image has built-in support for xdebug. Debugging, profiling and tracing can all be enabled via cookie triggers. XDebug will try to contact 10.255.255.255 for debugging. Route this address to your host machine.
To retrieve profiling and tracing outputs, mount a directory to /tmp.
project-apache:
image: portlandwebworks/drupal-apache-dev
ports:
- "80:80"
volumes:
- path/to/site:/var/www/html
- path/to/tmp:/tmp
docker run -d -p 80:80 -v path/to/site:/var/www/html portlandwebworks/drupal-apache-dev -v path/to/tmp:/tmp
Content type
Image
Digest
Size
96.8 MB
Last updated
about 9 years ago
docker pull portlandwebworks/drupal-apache-dev