Skip to content

Instantly share code, notes, and snippets.

@duhruh
Last active August 20, 2018 03:06
Show Gist options
  • Save duhruh/b833974c066e7270dbc19fbe8059caa4 to your computer and use it in GitHub Desktop.
Save duhruh/b833974c066e7270dbc19fbe8059caa4 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment