An open API service indexing awesome lists of open source software.

https://github.com/marmelab/docker-composer-hhvm


https://github.com/marmelab/docker-composer-hhvm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

docker-composer-hhvm
====================

Run composer on hhvm within a docker container

So instead of running

$ composer install

You can run

$ docker run -ti -v `pwd`:/srv marmelab/composer-hhvm bash -c 'hhvm /usr/local/bin/composer install'

The entrypoint is voluntarily omitted to ease user manipulation in the container in order to have composer generate files with the correct user rights.