Skip to content

Instantly share code, notes, and snippets.

@adithya321
Last active July 6, 2020 09:48
Show Gist options
  • Save adithya321/ed2e45c06a78cbc7c8585907fb3ef81c to your computer and use it in GitHub Desktop.
Save adithya321/ed2e45c06a78cbc7c8585907fb3ef81c to your computer and use it in GitHub Desktop.
sudo su
{
curl -L https://github.com/docker/compose/releases/download/1.26.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
exit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment