Skip to content

PHP-FPM docker image with composer. Ready for laravel and cakePHP.

Notifications You must be signed in to change notification settings

fredpalas/docker-php-fpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-FPM docker image with composer

ready for laravel and cakePHP frameworks

ImageLayers :

Info

Build

For example, if you need to install or remove php extensions, edit the Dockerfile and than build-it.

git clone [email protected]:fredpalas/docker-php-fpm.git
cd ./docker-php-fpm
docker build --rm -t fredpalas/php-fpm .

Usage

docker pull fredpalas/php-fpm
docker run --rm -d fredpalas/php-fpm

About

PHP-FPM docker image with composer. Ready for laravel and cakePHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 91.2%
  • Shell 8.8%