Skip to content

zemeja/docker-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-FPM Docker images

This repository contains Docker images for PHP 7 and higher which are based on the official PHP Docker images. These images were created specifically for local development, but they can be used for other purposes too.

These images contain the following additions to the vanilla PHP images:

  • Version control packages (git, mercurial, subversion)
  • Composer
  • PHP extensions:
    • curl
    • gd
    • gettext
    • intl
    • json
    • mcrypt
    • mbstring
    • mysqli
    • opcache
    • pdo_mysql
    • soap
    • xsl
    • zip
    • xdebug
    • ds

Pull images

The images are stored on Docker Hub. Use docker pull falnyr/php-fpm to pull these images.

The following tags are available:

  • 7.0
  • 7.1

Build process

The Dockerfiles are stored in directories for each image version. Docker Hub builds new images automatically when this repository or the PHP base images are updated.

License

The Dockerfiles are licensed under the MIT license, see LICENSE for details.

About

PHP Docker containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published