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