Lightweight Apache 2.2 + PHP 5.4.x setup. Ideal for Drupal 7.x
877
PHP 5.4 configured as fastcgi on Apache 2.2. Tested for Drupal 7.
How to use:
$ docker run -tid --name d7 -v /path/to/drupal:/var/www develcuy/apache22-php54:0.1.0
You might need to link your new container to an existing database container (for convenience)
$ docker run -tid --link mysql:mysql --name d7 -v /path/to/drupal:/var/www develcuy/apache22-php54:0.1.0
Content type
Image
Digest
sha256:b4b45e475…
Size
81 MB
Last updated
almost 11 years ago
docker pull develcuy/apache22-php54:0.1.0