Skip to content

Raspberry Pi builds

James Callaghan edited this page Jul 22, 2020 · 3 revisions

I run Docker on my Raspberry Pi and use containers to run any scripts or apps on these. I use Portainer to allow me to remotely manage these Docker instances.

Build

I normally build my Raspberry Pi headless meaning I don't plug it into a screen when I onboard a new device. Instead, I do this with SSH and configuration files with the network information.

https://ubuntu.com/download/raspberry-pi-core https://linuxhint.com/raspberry_pi_headless_mode_ubuntu/ https://www.tomshardware.com/reviews/raspberry-pi-headless-setup-how-to,6028.html https://hackernoon.com/raspberry-pi-headless-install-462ccabd75d0

sudo raspi-config https://phoenixnap.com/kb/docker-on-raspberry-pi https://www.raspberrypi.org/downloads/raspberry-pi-os/ https://ubuntu.com/download/raspberry-pi-core

Clone this wiki locally