Dockerfile for apache
The environment variables:
DOMAIN Used for your domain name
DOC_ROOT Used for the document root of the domain
How to run the apache container:
sudo docker run -it -p 80:80 -e DOC_ROOT=/var/www/domain.com -e DOMAIN=domain.com -d turfdev/apache:latest