akimats / centos-apache-php7

A docker image with CentOS 7.1, Apache, PHP7.2 and some commonly used PHP extension_drivers with docker for mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skywidesoft/centos-apache-php7

A docker image with CentOS 7.1, Apache, PHP7 and some commonly used PHP extension_drivers (ready for Magento 2 install)

Build the image

docker build -t akimats/centos-apache-php7 .

Push the image

docker push akimats/centos-apache-php7

Sample command for run the image

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

About

A docker image with CentOS 7.1, Apache, PHP7.2 and some commonly used PHP extension_drivers with docker for mac


Languages

Language:Dockerfile 100.0%