Created
September 5, 2017 03:28
-
-
Save sidwarkd/86dcb368fc815cfc7871c3d81e21496d to your computer and use it in GitHub Desktop.
Install Docker on the Pi and run at startup
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 characters
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