Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created September 9, 2024 22:51
Show Gist options
  • Save peteristhegreat/79a82a889605a228c54253fa1091d96e to your computer and use it in GitHub Desktop.
Save peteristhegreat/79a82a889605a228c54253fa1091d96e to your computer and use it in GitHub Desktop.
RPI-3b+ Setup 2024

Install using Raspberry Pi Imager

https://downloads.raspberrypi.org/imager/imager_latest.exe

Be sure to customize the image, and give it WiFi access and ssh access

It takes about 3 minutes on first boot to be live

Install RPI arm-x64 Rasbian Lite OS

sudo apt update
sudo apt upgrade -y
sudo apt-get install unattended-upgrades -y
sudo dpkg-reconfigure --priority=low unattended-upgrades
sudo reboot

Upgrades takes around 10 minutes.

Install docker

sudo systemctl disable --now docker.service docker.socket
sudo rm /var/run/docker.sock
sudo apt-get install -y uidmap
dockerd-rootless-setuptool.sh install
docker ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment