Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.19 KB

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