Created
February 6, 2021 10:23
-
-
Save LarsenClose/cea347e1898d9d79bfc30eada5890f3c to your computer and use it in GitHub Desktop.
Revisions
-
LarsenClose created this gist
Feb 6, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ *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