Skip to content

Instantly share code, notes, and snippets.

@KrustyHack
Created April 14, 2015 07:51
Show Gist options
  • Save KrustyHack/e8c399395b6d1b6e054b to your computer and use it in GitHub Desktop.
Save KrustyHack/e8c399395b6d1b6e054b to your computer and use it in GitHub Desktop.
Install docker and docker-compose
#!/bin/sh
curl http://get.docker.com |sh
curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment