Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavier-fernandez/12be3d0dad5846ce21439698ea3ca3f3 to your computer and use it in GitHub Desktop.
Save xavier-fernandez/12be3d0dad5846ce21439698ea3ca3f3 to your computer and use it in GitHub Desktop.
Installs Docker-compose on CoreOS
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