Docker image for ecs
The image is based on Alpine Linux and built daily.
4.6
(4.6/Dockerfile)latest
(latest/Dockerfile)
Install the container:
docker pull dockerizedphp/ecs
Or alternatively, pull a specific version:
docker pull dockerizedphp/ecs:4.6
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.