Skip to content

Instantly share code, notes, and snippets.

@rshsmi
Created June 21, 2016 20:44
Show Gist options
  • Save rshsmi/083836d49893b971ec28d4901b2fba0a to your computer and use it in GitHub Desktop.
Save rshsmi/083836d49893b971ec28d4901b2fba0a to your computer and use it in GitHub Desktop.
Install docker-compose as Docker Container
curl -L https://github.com/docker/compose/releases/download/1.6.2/run.sh > /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