This docker image contains Apache2, with PHP 5.6.31. Check tags for available distros.
410
This container contains Apache2, with PHP 5.6.31 with the following build configuration:
configure --prefix=/usr/local/php-5.6.31 \ --with-config-file-path=/usr/local/php-5.6.31/lib \ --with-apxs2=/usr/bin/apxs --with-gd --with-png-dir=/usr \ --with-jpeg-dir=/usr --with-freetype-dir=/usr --with-curl \ --with-openssl --enable-mbstring=all --with-mcrypt \ --with-zlib --enable-opcache
Additionally, we have ghostscript, Oracle Instant Client 12.2.0.1, ImageMagick 7.0.10, and poppler-utils installed.
Port 80 and 443 is exposed, so you'd be able to configure it to server HTTPS.
Example: To quickly run and test Centos7 version:
docker run -tidp 8000:80 --name myproject zencomputersystems/php56apache:centos7
If you have your own PHP5 project directory to mount:
docker run -tidp 8000:80 --name myproject -v <projectpath>:/var/www/html zencomputersystems/php56apache:centos7
Then, open browser and browse to your http://:8000
Content type
Image
Digest
sha256:382a841a4…
Size
1.1 GB
Last updated
about 2 years ago
docker pull zencomputersystems/php56apache:centos7