A docker image with CentOS 7.1, Apache, PHP7 and some commonly used PHP extension_drivers (ready for Magento 2 install)
docker build -t akimats/centos-apache-php7 .
docker push akimats/centos-apache-php7
docker run -p 80:80 -d --name my-apache-php-app --link my-mariadb:dbhost -v /home/core/share:/var/www/html akimats/centos-apache-php7