Sign inSign up

zharry/apache-php

By zharry

Updated about 10 years ago

Latest Apache, PHP7.0 and a couple of PHP7.0 modules including MongoDB and MySQL drivers.

Image
1

1.1K

zharry/apache-php repository overview

Apache-PHP-for-Docker

Latest Apache, PHP7.0 and a couple of PHP7.0 modules including MongoDB and MySQL drivers. Dockerfile for image

Usage:

One-Time Testing:
  • docker run --rm -p OutgoingHTTP:80 -p OutgoingHTTPS:443 -v LocalHTMLDirectory:/var/www/html:ro zharry/apache-php
Background:
  • docker run -p OutgoingHTTP:80 -p OutgoingHTTPS:443 -v LocalHTMLDirectory:/var/www/html:ro -d zharry/apache-php
Base Image:
  • ubuntu:latest (16.04)
Installed Packages:
  • Apache2
  • PHP7.0
  • OpenSSL
PHP7.0 Modules:
  • MySQL
  • MongoDB
  • CUrl
  • GD
  • MCrypt
  • JSON
  • APCu
  • XML
  • MBString
Ports:
  • 80 for HTTP
  • 443 for HTTPS

Tag summary

Content type

Image

Digest

Size

163.2 MB

Last updated

about 10 years ago

docker pull zharry/apache-php