A Docker image for developing PHP app using mod_php5 and Apache.
This image is built for development, not deployment, so it does not contain the app directory public. Changes to the content of public are reflected immediately in the container.
Add a public/index.php file with:
<?php
print phpinfo();
Then
$ make build run
# check http://localhost:8080/
If you use boot2docker replace localhost with the IP reported by boot2docker ip.
Content type
Image
Digest
sha256:6bed08e82…
Size
112.1 MB
Last updated
almost 11 years ago
docker pull pomin5/php5-apache