Skip to content

jubstuff/churn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for churn-php

Build Status Docker Build Docker Pulls

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 run src'

Otherwise you can use this command directly.

About

Docker image for churn-php.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.2%
  • Makefile 30.8%