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

Latest commit

 

History

History
37 lines (23 loc) · 966 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 966 Bytes

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.