Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.14 KB

File metadata and controls

39 lines (25 loc) · 1.14 KB

Docker image for churn-php

No Maintenance Intended

The image are based on Alpine Linux and built daily.

Supported tags

How to use this image

Install

Install the image:

docker pull dockerizedphp/churn

Or alternatively, pull a specific version:

docker pull dockerizedphp/churn:0.4

Usage

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.