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

dockerized-php/churn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.