Skip to content

Instantly share code, notes, and snippets.

@AlexRogalskiy
Created December 19, 2020 20:45
Show Gist options
  • Save AlexRogalskiy/8a5b9e193cf922370914c941e497d0c5 to your computer and use it in GitHub Desktop.
Save AlexRogalskiy/8a5b9e193cf922370914c941e497d0c5 to your computer and use it in GitHub Desktop.
Docket download with initialization
curl -sSL https://get.docker.com/ | sh
sudo usermod -aG docker $USER && exec sg docker newgrp `id -gn`
sudo systemctl start docker
sudo curl -sSL https://github.com/docker/compose/releases/download/1.16.1/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