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:
- 7.0, latest (7.0/Dockerfile)
- 5.6 (5.6/Dockerfile)
- 5.5 (5.5/Dockerfile)
- 5.4 (5.4/Dockerfile)
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
Please check our complete docker-compose.yml example at: https://github.com/Actency/docker-apache-php