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

dockerized-php/ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for ecs

No Maintenance Intended

The image is based on Alpine Linux and built daily.

Supported tags

How to use this image

Install

Install the container:

docker pull dockerizedphp/ecs

Or alternatively, pull a specific version:

docker pull dockerizedphp/ecs:4.6

Usage

We are recommend to use this image as an shell alias to access via short-command. To use simply ecs everywhere on CLI, add this line to your ~/.zshrc, ~/.bashrc or ~/.profile.

alias ecs='docker run -ti -v $PWD:/app --rm dockerizedphp/ecs:latest'

Otherwise you can use this command directly.