Docker Container for CentOS-7, Apache 2.4.6-40, PHP 5.6.25
10K+
Docker Container for CentOS-7, Apache 2.4.6-40, PHP 5.6.25
docker build -t php-dev-env .
docker run --rm -p 80:80 --name php-dev-env -v :/var/www/html php-dev-env:latest
Content type
Image
Digest
Size
213.8 MB
Last updated
about 10 years ago
docker pull timgraf/centos7-php56-apache24