Skip to content

Instantly share code, notes, and snippets.

@aattk
Created May 22, 2023 19:56
Show Gist options
  • Select an option

  • Save aattk/eb8b3b2bc3d1dc41f32e348f78027963 to your computer and use it in GitHub Desktop.

Select an option

Save aattk/eb8b3b2bc3d1dc41f32e348f78027963 to your computer and use it in GitHub Desktop.
Raspberry Docker Installer
#!/bin/bash
echo "aattk.net tarafından oluşturuldu. "
sudo apt update -y
sudo apt upgrade -y
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker $USER
logout
groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment