Created
June 12, 2017 04:06
-
-
Save DonerKebab/2f28f62f132fe60e4ae024655c6c36bc to your computer and use it in GitHub Desktop.
This file contains 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
$ 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