Skip to content

Instantly share code, notes, and snippets.

@maslick
Last active March 7, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maslick/5f77efa8ba0f8df98548 to your computer and use it in GitHub Desktop.
Save maslick/5f77efa8ba0f8df98548 to your computer and use it in GitHub Desktop.
install docker-compose
#!/bin/bash
VERSION_NUM=1.19.0
sudo curl -L https://github.com/docker/compose/releases/download/${VERSION_NUM}/docker-compose-`uname -s`-`uname -m` > /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