Docker image for churn-php
The image are based on Alpine Linux and built daily.
0.4
(0.4/Dockerfile)0.5
(0.5/Dockerfile)1.0
(1.0/Dockerfile)latest
(latest/Dockerfile)
Install the image:
docker pull dockerizedphp/churn
Or alternatively, pull a specific version:
docker pull dockerizedphp/churn:0.4
We are recommend to use this image as an shell alias to access via short-command. To use simply churn-php everywhere on CLI, add this line to your ~/.zshrc, ~/.bashrc or ~/.profile.
alias churn-php='docker run -ti -v $PWD:/app --rm dockerizedphp/churn:latest'
Otherwise you can use this command directly.