Last active
July 29, 2023 12:15
-
-
Save 24HOURSMEDIA/cdfde794bcdaceeba64fdbf815be65bd to your computer and use it in GitHub Desktop.
Install docker on raspberry pi
This file contains 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
#!/bin/sh | |
sudo curl -sSL https://get.docker.com | sh | |
sudo usermod -aG docker $USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment