/docker-php

extended php image from php:apache

MIT LicenseMIT

docker-php

Is a simple extended php image from php:apache

This image has the following php extensions included:

  • iconv
  • mcrypt
  • gd
  • mysql

Usage

Pull from Docker Registry

docker pull solidnerd/php

or build your own by the provided Dockerfile.

Run a container

docker run -d  -v $(pwd):/var/www/html solidnerd/php