amarin-boonkirt / php

:whale: Dockette Debian based PHP 5.6 / 7.0 / 7.1 / 7.2 + FPM + Composer (Prestissimo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP

Ready-to-use images for PHP 5.5 / 5.6 / 7.0 / 7.1 / 7.2, with FPM and Composer preinstalled.


Docker Stars Docker Pulls

Discussion / Help

Join the chat

Image

These images have preinstalled couple of PHP extensions. Let's take a look.

PHP PHP+FPM
apc apc
apcu apcu
bcmath bcmath
bz2 bz2
calendar calendar
cgi cgi
cli cli
ctype ctype
curl curl
geoip geoip
gettext gettext
gd gd
- fpm
intl intl
imagick imagick
imap imap
ldap ldap
mbstring mbstring
mcrypt mcrypt
memcached memcached
mongo mongo
mysql mysql
pdo pdo
pgsql pgsql
redis redis
soap soap
sqlite3 sqlite3
ssh2 ssh2
xmlrpc xmlrpc
xsl xsl
zip zip

Composer

Composer

This super image has also preinstalled Composer with ultra fast plugin prestissimo.

Usage

7.2 / 7.2+FPM

Docker Stars Docker Pulls Docker Stars Docker Pulls

docker run -v /path/to/site:/srv dockette/php72
docker run -v /path/to/site:/srv dockette/php72-fpm
docker run -v /path/to/site:/srv dockette/php:7.2
docker run -v /path/to/site:/srv dockette/php:7.2-fpm

In case of customization:

  • /etc/php/7.2/cli/conf.d/991-custom.ini
  • /etc/php/7.2/cgi/conf.d/991-custom.ini
  • /etc/php/7.2/fpm/conf.d/991-custom.ini

7.1 / 7.1+FPM

Docker Stars Docker Pulls Docker Stars Docker Pulls

docker run -v /path/to/site:/srv dockette/php71
docker run -v /path/to/site:/srv dockette/php71-fpm
docker run -v /path/to/site:/srv dockette/php:7.1
docker run -v /path/to/site:/srv dockette/php:7.1-fpm

In case of customization:

  • /etc/php/7.1/cli/conf.d/991-custom.ini
  • /etc/php/7.1/cgi/conf.d/991-custom.ini
  • /etc/php/7.1/fpm/conf.d/991-custom.ini

7.0 / 7.0+FPM

docker run -v /path/to/site:/srv dockette/php:7.0
docker run -v /path/to/site:/srv dockette/php:7.0-fpm

In case of customization:

  • /etc/php/7.0/cli/conf.d/991-custom.ini
  • /etc/php/7.0/cgi/conf.d/991-custom.ini
  • /etc/php/7.0/fpm/conf.d/991-custom.ini

5.6 / 5.6+FPM

docker run -v /path/to/site:/srv dockette/php:5.6
docker run -v /path/to/site:/srv dockette/php:5.6-fpm

In case of customization:

  • /etc/php/5.6/cli/conf.d/991-custom.ini
  • /etc/php/5.6/cgi/conf.d/991-custom.ini
  • /etc/php/5.6/fpm/conf.d/991-custom.ini

5.5 / 5.5+FPM

docker run -v /path/to/site:/srv dockette/php:5.5
docker run -v /path/to/site:/srv dockette/php:5.5-fpm

In case of customization:

  • /etc/php5/cli/conf.d/991-custom.ini
  • /etc/php5/cgi/conf.d/991-custom.ini
  • /etc/php5/fpm/conf.d/991-custom.ini

About

:whale: Dockette Debian based PHP 5.6 / 7.0 / 7.1 / 7.2 + FPM + Composer (Prestissimo)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 100.0%