MidnightDesign / infection

Docker image for infection.

Home Page:https://infection.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for infection

Build Status

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

In case that the version behind the latest tag is not the newest, you can build a specific version by yourself:

git clone https://github.com/dockerized-php/infection.git
cd infection
docker build --build-arg VERSION=0.5.0 -t dockerizedphp/infection latest/

About

Docker image for infection.

https://infection.github.io


Languages

Language:Makefile 100.0%