Sign inSign up

mrxder/apache-php7-dev

By mrxder

Updated almost 7 years ago

Image
0

107

mrxder/apache-php7-dev repository overview

Apache2 with php7 on Ubuntu 16.04 LTS for Development

This docker image is a fork from nimmis/apache-php7.

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

Examples
  • plain, accessable on port 8080 docker run -d -p 8080:80 mrxder/apache-php7-dev
  • with external contents in /home/user/html docker run -d -p 8080:80 -v /home/user/html:/var/www/html mrxder/apache-php7-dev

The 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'

Tag summary

Content type

Image

Digest

Size

172.3 MB

Last updated

almost 7 years ago

docker pull mrxder/apache-php7-dev