This is a docker images with Ubuntu 14.04 LTS, apache2 and php7/composer
100K+
This is a docker images with Ubuntu 16.04 LTS with apache2 and php7/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/apache-php7docker run -d -p 8080:80 -v /home/nimmis/html:/var/www/html nimmis/apache-php7The 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
Size
178 MB
Last updated
over 4 years ago
docker pull nimmis/apache-php7