https://github.com/jessfraz/dockerfiles is awesome, and I want to make it easy to install and management.
- Split tools into different git repository, and everybody can create his own tools running in container.
- Supply auto create shell functions related with commands in Docker executable image.
- Easy install tool. Just like 'brew install xxxxx'. Auto build docker image after install.
Now I use my tool jenv to install these tools.
- Clone code from github
- execute post-install.sh to build Docker images
- execute autorun.sh to create shell functions
Then you just need to execute shell functions.
Make sure Docker and jenv installed first.
$ jenv repo update
$ jenv install awscli
$ docker images |grep edi/awscli
just execute aws in your terminal console.
- AWS CLI: https://aws.amazon.com/cli/
- jenv: https://github.com/linux-china/jenv