Skip to content

Docker image with PHP-FPM with many popular library (as xdebug) for development. Ready for Laravel and CakePHP.

Notifications You must be signed in to change notification settings

rstriquer/docker-dev.php-fpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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]:copeus/docker-php-fpm.git
cd ./docker-php-fpm
docker build --rm -t copeus/php-fpm .

Usage

docker pull camil/php-fpm
docker run --rm -d copeus/php-fpm

or with port 9000 expose

docker run --rm -d -p 9000:9000 copeus/php-fpm

About

Docker image with PHP-FPM with many popular library (as xdebug) for development. Ready for Laravel and CakePHP.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 87.4%
  • Shell 12.6%