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.

Revisions

  1. LarsenClose created this gist Feb 6, 2021.
    13 changes: 13 additions & 0 deletions RaspberryPi_Docker.md
    Original 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