/infection

Docker image for infection.

Primary LanguageDockerfileMIT LicenseMIT

Docker image for infection

Build Status Docker Build Docker Pulls

The image is based on Alpine Linux and built daily.

Supported tags

How to use this image

Install

Install the container:

docker pull dockerizedphp/infection

Usage

docker run --rm -ti -v $PWD:/app dockerizedphp/infection run src

You can also change some Xdebug settings as in the following command:

docker run --rm -ti -v $PWD:/app --entrypoint=php dockerizedphp/infection -d xdebug.idekey=PHPSTORM /usr/local/bin/infection --version