Created
April 19, 2016 18:15
-
-
Save cicorias/5106056deed3d6e4a80f5c346869213f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install docker-compose | |
sudo su - | |
#coreos - us this | |
export DT=/opt/bin | |
#ubuntu use | |
export DT=/usr/bin | |
mkdir -p $DT | |
export DV=1.6.2 | |
curl -L https://github.com/docker/compose/releases/download/$DV/docker-compose-`uname -s`-`uname -m` > $DT/docker-compose | |
chmod +x $DT/docker-compose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment