Apache 2 & PHP 5.6 development image
10K+
A customized container for running MacAce web applications.
$ 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
| Placeholder | Description |
|---|---|
| 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.
Content type
Image
Digest
Size
14 MB
Last updated
over 9 years ago
docker pull macace/apache-php-dev