Base Apache Docker container for RIDI performance team
2.7K
Standalone usage example with host's current working directory as document root:
docker run -p 80:80 \
-v $(pwd):/var/www/html \
--name php-apache \
-e XDEBUG_ENABLE=1 \
ridibooks/performance-apache-base
Content type
Image
Digest
Size
236 MB
Last updated
over 6 years ago
docker pull ridibooks/performance-apache-base