Skip to content

Files

Latest commit

a132700 · Sep 4, 2017

History

History
30 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

30 lines (13 loc) · 635 Bytes

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