Jamie-BitFlight / docker-php

More feature-complete PHP Docker images based on official images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More feature-complete PHP Docker images based on official images

Images provided are based on PHP 7.0 (apache, cli and fpm variants) and contains additional extensions that you'll likely need in most, even advanced applications (similar set of extensions provided by packaged PHP in major Linux distributives).

PHP:

  • bcmath
  • bz2
  • exif
  • ftp
  • gd
  • gettext
  • mbstring
  • mcrypt
  • mysqli
  • opcache
  • pdo_mysql
  • shmop
  • sockets
  • sysvmsg
  • sysvsem
  • sysvshm
  • zip

PECL:

  • APCu
  • memcached

#How to use Usage is similar to official images, but use nazarpc/php:apache, nazarpc/php:cli and nazarpc/php:fpm instead of original names.

#Questions? Open an issue and ask your question there:)

#License Public Domain

About

More feature-complete PHP Docker images based on official images