Sign inSign up

pomin5/php5-apache

By pomin5

Updated almost 11 years ago

Image
0

382

pomin5/php5-apache repository overview

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.

Usages

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.

Tag summary

Content type

Image

Digest

sha256:6bed08e82

Size

112.1 MB

Last updated

almost 11 years ago

docker pull pomin5/php5-apache