Created
March 8, 2017 08:43
-
-
Save xavier-fernandez/12be3d0dad5846ce21439698ea3ca3f3 to your computer and use it in GitHub Desktop.
Installs Docker-compose on CoreOS
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
sudo su - | |
mkdir -p /opt/bin | |
curl -L https://github.com/docker/compose/releases/download/1.11.2/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose | |
chmod +x /opt/bin/docker-compose | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment