Skip to content

The-Judge/docker_archlinux-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this Image

This image is based on my minimal Arch Linux image, based upon the official Arch Linux base image. It provides everything necessary to provide a PHP-FPM server. It is aimed to be used together with other containers, which serve a webserver, like nginx or apache.

What's provided?

Aside from what is included in the official Arch Linux base image, the following additional packages are included:

  • Git
  • PHP
    • apcu
    • fpm
    • gd
    • mcrypt
    • pear
    • xhprof
  • Postfix

How to set individual PHP settings?

You can override the defaults in /etc/php/php.ini by starting your container with -v YOUR_HOSTDIR:/etc/php_custom and save one or more files ending on .ini to that directory. On startup, a symlink will be created for every such file in /etc/php/conf.d and used by PHP-FPM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published