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

dockerized-php/infection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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