Sign inSign up

mychiara/php7

By mychiara

Updated over 8 years ago

Installs php7 and a few extensions including redis onto Ubuntu LTS 14.04

Image
0

2.0K

mychiara/php7 repository overview

Basic PHP container for development purposes

The image is derived from my docker-webbase image.

It' s using PHP 7 and installs some very basic PHP modules.

PHP modules
  • php7.0
  • php7.0-cli
  • php7.0-dev
  • php7.0-fpm
  • php7.0-bcmath
  • php7.0-bz2
  • php7.0-mysql
  • php7.0-mbstring
  • php7.0-mcrypt
  • php7.0-ldap
  • php7.0-gd
  • php-imagick // via ppa:ondrej
  • php7.0-curl
  • php7.0-sqlite
  • php7.0-intl
  • php7.0-common
  • php7.0-json
  • php7.0-opcache
  • php7.0-recode
  • php-redis // via ppa:ondrej
  • php7.0-soap
  • php7.0-xml
  • php7.0-zip

It also includes composer and uses php-fpm by default so it's well suited for usage in conjunction with nginx fastcgi.

Logging

The logging is redirected to stdout so that the container is aware of what's happening and we have easy access to the logs without the need to log into the running container. Also the fpm log level is currently set to debug.

Volumes

The image sets the /app-src volume to be able to access project code from a host or be overiden by a data-container.

Tag summary

Content type

Image

Digest

Size

177.1 MB

Last updated

over 8 years ago

docker pull mychiara/php7