This is a php image that can be used to run composer for your projects.
1.4K
Platform
This is a php image that can be used to run composer for your projects.
Run docker and mount the directory that contains your composer.json.
In the container, call composer install (and possibly other composer
commands) to bundle your dependencies:
cd <directory that contains composer.json>
docker run --rm -v ${PWD}:${PWD} -w ${PWD} meteogroup/php-dev:70 composer install
Content type
Image
Digest
sha256:ae043f2f8…
Size
345.9 MB
Last updated
almost 3 years ago
docker pull meteogroup/php-dev:70