Skip to content

Instantly share code, notes, and snippets.

@smallwat3r
Created May 6, 2020 23:49
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 smallwat3r/05f4b4a7a8361901d23bfdd492e40870 to your computer and use it in GitHub Desktop.
Save smallwat3r/05f4b4a7a8361901d23bfdd492e40870 to your computer and use it in GitHub Desktop.
Steps to install docker-compose on Ubuntu 18.04
sudo curl -L \
https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` \
-o /usr/local/bin/docker-compose
sudo 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