项目作者: dockerized-php

项目描述 :
Docker image for churn-php.
高级语言: Dockerfile
项目地址: git://github.com/dockerized-php/churn.git
创建时间: 2017-10-10T10:20:55Z
项目社区:https://github.com/dockerized-php/churn

开源协议:MIT License

下载


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:

  1. docker pull dockerizedphp/churn

Or alternatively, pull a specific version:

  1. 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.

  1. alias churn-php='docker run -ti -v $PWD:/app --rm dockerizedphp/churn:latest'

Otherwise you can use this command directly.