Skip to content

Instantly share code, notes, and snippets.

@DonerKebab
Created June 12, 2017 04:06
Show Gist options
  • Save DonerKebab/2f28f62f132fe60e4ae024655c6c36bc to your computer and use it in GitHub Desktop.
Save DonerKebab/2f28f62f132fe60e4ae024655c6c36bc to your computer and use it in GitHub Desktop.
$ curl -L https://github.com/docker/compose/releases/download/1.12.0/docker-compose-`uname -s`-`uname -m` > ./docker-compose
$ sudo mv ./docker-compose /usr/bin/docker-compose
$ sudo chmod +x /usr/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment