Fork of original project with mod_rewrite
988
This is docker images of Ubuntu 14.04 LTS with apache2 and php5/composer
To access site contents from utside the container you should map /var/www
Includes composer for easy download of php libraries
docker run -d -p 8080:80 nimmis/apachedocker run -d -p 8080:80 -v /home/nimmis/html:/var/www/html nimmis/apacheThe docker container is started with the -d flag so it will run inte the background. To run commands or edit settings inside the container run `docker exec -ti /bin/bash'
Content type
Image
Digest
sha256:ef8514b25…
Size
176.9 MB
Last updated
almost 11 years ago
docker pull eyecreate/docker-apache-php5