Sign inSign up

meteogroup/php-dev

By meteogroup

Updated almost 3 years ago

This is a php image that can be used to run composer for your projects.

Image
0

1.4K

meteogroup/php-dev repository overview

Maintainer

Platform

meteogroup/php-dev

This is a php image that can be used to run composer for your projects.

Usage

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

Tag summary

Content type

Image

Digest

sha256:ae043f2f8

Size

345.9 MB

Last updated

almost 3 years ago

docker pull meteogroup/php-dev:70