Docker httpd + php5.6 (including php-mysql, php-common & pdo) + redis image + sass
1.3K
Create a docker httpd container with PHP5.6 including the php5-mysql, php-mysql, php-common, pdo, mysqli and mbstring extensions.
To setup your PHP5.6, mysql & redis project in 1 minute run the following commands:
> git clone [email protected]:sohrabkhan/docker_httpd.git
> docker-compose up (make sure docker-compose is installed)
With only 2 commands you have your dev environment setup.
If you want to run this image individually then do the following: > docker run -d -p 80:80 -v $PWD/public_html:/var/www/html sohrabkhan/httpd
Content type
Image
Digest
Size
212 MB
Last updated
over 10 years ago
docker pull sohrabkhan/httpd