About this repo

This is the Actency Docker Drupal optimized images for apache-php with xhprof.

This container should not be your main development container, and should only be used when you need to have profiling data of a page. Use this container for your main development container.

Available tags are:

The image basically contains:

  • All php libraries needed for Drupal (gd, mbstring, mcrypt, zip, soap, pdo_mysql, mysqli, xsl, opcache, calendar)
  • Xhprof profiling tool which will store profiling data of every page you browse in a mongodb container

Docker-compose

Please check our complete docker-compose.yml example at: https://github.com/Actency/docker-apache-php

Docker Hub page