Sign inSign up

portlandwebworks/drupal-apache-dev

By portlandwebworks

•Updated about 9 years ago

A PHP Apache development image configured for Drupal.

Image
0

1.5K

portlandwebworks/drupal-apache-dev repository overview

⁠THIS IMAGE IS DEPRECATED.

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.

⁠Drupal Apache Dev

⁠Overview

A PHP Apache development image configured for Drupal.

This image uses the PHP5 packages from Debian Jessie for easy support.

⁠Usage

Mount the Drupal root directory to /var/www/html.

⁠Debugging

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.

⁠Compose

project-apache:
  image: portlandwebworks/drupal-apache-dev
  ports:
    - "80:80"
  volumes:
    - path/to/site:/var/www/html
    - path/to/tmp:/tmp

⁠Run

docker run -d -p 80:80 -v path/to/site:/var/www/html portlandwebworks/drupal-apache-dev -v path/to/tmp:/tmp

Tag summary

Content type

Image

Digest

Size

96.8 MB

Last updated

about 9 years ago

docker pull portlandwebworks/drupal-apache-dev