Sign inSign up

tsari/composer

By tsari

Updated about 9 years ago

Dockerized composer that cares about user rights.

Image
0

2.1K

tsari/composer repository overview

Add this to shell script named "composer" and save to a directory that is on your PATH.

#!/bin/bash docker run -it --rm
-e "HOME"
-e "USER"
-e "UID=$(id -u)"
-e "GID=$(id -g)"
-v /home/$USER:/home/$USER
-v $PWD:/app
--net="host"
tsari/composer composer "$@"

Tag summary

Content type

Image

Digest

sha256:b3f60767d

Size

263 MB

Last updated

about 9 years ago

docker pull tsari/composer