Skip to content

Instantly share code, notes, and snippets.

@sidwarkd
Created September 5, 2017 03:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sidwarkd/86dcb368fc815cfc7871c3d81e21496d to your computer and use it in GitHub Desktop.
Install Docker on the Pi and run at startup
curl -sSL https://get.docker.com | sh
sudo systemctl enable docker
sudo systemctl start docker
sudo usermod -aG docker pi
# Log out and back in to use docker commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment