Giter VIP home page Giter VIP logo

php's Introduction

PHP

Ready-to-use images for PHP 5.5 / 5.6 / 7.0 / 7.1, 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.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 Stars Docker Pulls Docker Stars Docker Pulls

docker run -v /path/to/site:/srv dockette/php70
docker run -v /path/to/site:/srv dockette/php70-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 Stars Docker Pulls Docker Stars Docker Pulls

docker run -v /path/to/site:/srv dockette/php56
docker run -v /path/to/site:/srv dockette/php56-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 Stars Docker Pulls Docker Stars Docker Pulls

docker run -v /path/to/site:/srv dockette/php55
docker run -v /path/to/site:/srv dockette/php55-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

php's People

Contributors

f3l1x avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.