Sign inSign up

iamluc/composer

By iamluc

Updated almost 7 years ago

Small composer image based on Alpine linux (~21 Mo)

Image
1

2.4K

iamluc/composer repository overview

About

Small composer image based on Alpine linux (~21 Mo)

Usage
$ docker run --rm -it -v $HOME:$HOME -w $PWD -u `id -u`:`id -g` iamluc/composer
Tips

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

Warning

Composer is always called with "--ansi", and with "--ignore-platform-reqs" when update/install commands are detected

Build
$ docker build -t iamluc/sf-composer .

Tag summary

Content type

Image

Digest

sha256:229322964

Size

15.3 MB

Last updated

almost 7 years ago

docker pull iamluc/composer