Sign inSign up

macace/apache-php-dev

By macace

Updated over 9 years ago

Apache 2 & PHP 5.6 development image

Image
0

10K+

macace/apache-php-dev repository overview

MacAce Apache & PHP Development Image

A customized container for running MacAce web applications.

Launching Container
$ docker run -d \
    --net macace \
    --ip <app ip> \
    --name <app-name> \
    -h <apphost.local> \
    -e VIRTUAL_HOST=<apphost.local> \
    -v </path/to/app>:/app \
    macace/apache-php-dev
Placeholders
PlaceholderDescription
Designated App IP
Project name from git repo
Local hostname for Application. Usually, project-name.local

The /app directory should contain a public_html directory from which the application is served.

Tag summary

Content type

Image

Digest

Size

14 MB

Last updated

over 9 years ago

docker pull macace/apache-php-dev