This is a docker image for running composer
This docker container expects the following file structure:
/Data
|--> /http
|--> /config
|--> /logs
|--> /secure
docker build -t awdelyea/php_composer git://github.com/awdelyea/php_composer
If running this in a dev environment with an already running 'data' container:
docker run --rm --volumes-from="data" -it awdelyea/php_composer
If running standalone:
docker run --rm --privileged=true -v <path/to/app>:/data/ -it awdelyea/php_composer