1.6-php7.2
,latest
1.6-php7.2-alpine
,alpine
1.6-php5.6
1.6-php5.6-alpine
Composer helps you declare, manage and install dependencies of PHP projects.
composer parallel install plugin.
-
Install the
ud-klee/composer-with-prestissimo
container:$ docker pull ud-klee/composer-with-prestissimo
-
Create a composer.json defining your dependencies.
{ "require": { "monolog/monolog": ">=1.0.0" } }
-
Run Composer through the Composer container:
$ docker run --rm -v $(pwd):/app ud-klee/composer-with-prestissimo install