Skip to content

Instantly share code, notes, and snippets.

@LarsenClose
Created February 6, 2021 10:23
Show Gist options
  • Save LarsenClose/cea347e1898d9d79bfc30eada5890f3c to your computer and use it in GitHub Desktop.
Save LarsenClose/cea347e1898d9d79bfc30eada5890f3c to your computer and use it in GitHub Desktop.

*always smart first

sudo apt-get update && sudo apt-get upgrade

if you trust them

curl -sSL https://get.docker.com | sh

if you want to look at the script first

curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh sudo usermod -aG docker pi

  • may need to start or enable the daemon as well

sudo systemctl enable docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment