Skip to content

PHP-FPM (FastCGI Process Manager) 5.6 Docker container.

License

Notifications You must be signed in to change notification settings

deonthomasgy/docker-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP-FPM (FastCGI Process Manager) 5.6 Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published