Small composer image based on Alpine linux (~21 Mo)
2.4K
Small composer image based on Alpine linux (~21 Mo)
$ docker run --rm -it -v $HOME:$HOME -w $PWD -u `id -u`:`id -g` iamluc/composer
Create an alias
$ alias composer="docker run --rm -it -v \$HOME:\$HOME -w \$PWD -u \`id -u\`:\`id -g\` iamluc/composer"
Share your composer directory.
Add -v $HOME/.composer:/.composer
Composer is always called with "--ansi", and with "--ignore-platform-reqs" when update/install commands are detected
$ docker build -t iamluc/sf-composer .
Content type
Image
Digest
sha256:229322964…
Size
15.3 MB
Last updated
almost 7 years ago
docker pull iamluc/composer