Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 753 Bytes

PHP-FPM 5.6

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

This Container includes the following extensions:

  • iconv
  • mcrypt
  • pdo_mysql
  • bcmath
  • gd
  • imagick
  • exif
  • xdebug
  • tidy
  • mysqli

This Container includes the following programs:

  • composer

Installation

The following command will pull the latest php-fpm build.

$ docker pull princeamd/php-fpm:latest

Create Container

The following command creates a container with php-fpm that's available on port: 9000.

docker run --name thomas-php -h php -v /etc/localtime:/etc/localtime:ro -d princeamd/php-fpm:latest

License

MIT