Skip to content

PHP-FPM docker image with the most common extensions.

License

Notifications You must be signed in to change notification settings

iSerter/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-PHP

A PHP-FPM docker image with the most common dependencies & extensions.

Build Status

  • PHP 7.4.3
  • Xdebug
  • Bcmath, Ctype, Gettext, Iconv, Mbstring, Intl, GD, imagick, imap,
  • MySQL, PostgreSQL, Sqlite, MongoDB, Redis, Memcached
  • SOAP, Sockets, Tokenizer, Zip, Zlib, OpCache
  • Supervisor, and more.

(See branch php73 for PHP 7.3)

Pull the image

docker pull iserter/php-fpm:7.4

Use in docker-compose.yml

version: '3'
services:
  php-fpm:
    container_name: php-fpm
    image: iserter/php-fpm:7.4

Build an image from Dockerfile in the current directory

docker build -t iserter-php:7.4 .

Tag a local image with a new image name and tag

docker tag iserter-php:7.4 iserter/php-fpm:7.4 

Push an image to a registry

docker push iserter/php-fpm:7.4

About

PHP-FPM docker image with the most common extensions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published