Extends capabilities of docker-compose with extra commands
curl -sSL https://git.io/JfZgU | sudo bash /dev/stdinFollowing method can be customized by setting following enviornmental variables:
CLONE_URL- a url from which to install, might be useful for forksCLONE_DEPTH- how many commits to fetch, equivalent of--depthofgit cloneCLONE_BRANCH- change if you wish to clone from different branch
git clone https://github.com/kornicameister/docker-compose-extra.git --depth 1
cd docker-compose-extra
sudo make installAll methods can be customized via setting one or more of following environmntal variables:
PREFIX- where to put binaries, for instance to install under${HOME}directory one can do:make install PREFIX=$HOME/.local