Fisdap base php apache image used to build other images that extend from it
485
Docker PHP Apache base image from 5.6.9-apache php image on docker hub. This project is a work in progress and will work with basic PHP/Apache needs. Work is being done to make this more Laravel friendly.
To build this image yourself from the code follow these command
$ docker build -t <name>/php-apache .
$ docker run -it -p 9000:80 -v /path/to/code:/var/www/html --link my-mysql:mysql --rm --name my-php-apache <name>/php-apache
$ docker run -d --restart=always -p 9000:80 -v /path/to/code:/var/www/html --link my-mysql-image:mysql --name my-php-apache <name>/php-apache
This code is maintained by Jason Michels (http://jasonmichels.com) and open-sourced software licensed under the MIT license
Content type
Image
Digest
Size
165.9 MB
Last updated
over 10 years ago
docker pull fisdap/php-apache