Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 355 Bytes

Alpine Linux docker image with Composer with "composer" as entrypoint.

$ docker run --rm -it -v $(pwd):/data jimlei/alpine-composer install

Alias

Add to ~/.bashrc

alias composer='docker run --rm -it -v $(pwd):/data jimlei/alpine-composer'

Load the changes

$ source ~/.bashrc

Usage

$ composer -v