wizaplace/php-6-apache

By wizaplace

Updated over 8 years ago

PHP 6 and Apache

Image
1

185

Php 6 + Apache docker image

PHP6 is dead, long live PHP6!

Usage

Assuming you are in your sources folder, just run

docker run -v $PWD:/var/www/html -p 8080:80 wizaplace/php-6-apache

Now, you can play with PHP6 here: http://localhost:8080/

Docker Hub

The image is available on Docker Hub: wizaplace/php-6-apache

Docker Pull Command

docker pull wizaplace/php-6-apache