Skip to content

Instantly share code, notes, and snippets.

@JonCanning
Created December 18, 2023 10:04
Show Gist options
  • Save JonCanning/70b618023d7cebf65e38309c0d154e34 to your computer and use it in GitHub Desktop.
Save JonCanning/70b618023d7cebf65e38309c0d154e34 to your computer and use it in GitHub Desktop.
Install latest docker-compose
curl -s https://api.github.com/repos/docker/compose/releases/latest | grep browser_download_url | grep -i "$(uname -s)-$(uname -m)" | cut -d '"' -f 4 | head -n 1 | xargs curl -L -o /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