ismaail / docker-alpine-fpm

Docker Alpine PHP FPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP FPM 7.2 - Docker Alpine

Docker pull command

docker pull ismaail/php

Docker Tags

  • 7.2-alpine-cli: PHP for Console Command applications
  • 7.2-alpine-supervisor: same as 7.2-alpine-cli plus Supervisor
  • 7.2-alpine-fpm: PHP with FPM
  • 7.2-alpine-fpm-dev: same as 7.2-alpine-fpm plus xdebug

Installed tools:

  • git
  • openssh
  • mysql-client
  • composer

Installed extensions:

  • bcmath
  • gettext
  • gd
  • imagick
  • intl
  • mongodb
  • opcache
  • pdo (mysql, pgsql)
  • xmlrpc
  • zip

About

Docker Alpine PHP FPM


Languages

Language:Dockerfile 96.5%Language:Makefile 3.5%