Skip to content

Instantly share code, notes, and snippets.

@snj33v
Created June 9, 2020 08:48
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 snj33v/292d5bfc5199878e9d9c2db97424b270 to your computer and use it in GitHub Desktop.
Save snj33v/292d5bfc5199878e9d9c2db97424b270 to your computer and use it in GitHub Desktop.
sudo curl -L "https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo gpasswd -a $USER docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment