IOTstack
IOTStack [Script for installing Docker images onto Rpi 3 and Rpi 4]
Short summary of usage:
- Download and copy the RPi image file to a new SD-card or SSD
- Mount the new disk and then on the root folder create an empty file named "ssh"
- Next, for the WiFi, create a file named "wpa_supplicant.conf" with this content:
country=NO ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="name of your WiFi" psk="password on your WiFi" } - Move the SD-card or SSD to the RPi and boot
- Login as user pi and do the normal stuff [sudo apt-get update; sudo apt-get upgrade]
- I prefer to get rid of the IPv6 by adding "sysctl -w net.ipv6.conf.all.disable_ipv6=1" to the file /etc/rc.local
- Then install IOTstack (as user pi):
git clone https://github.com/gcgarner/IOTstack.git ~/IOTstack cd IOTstack ./menu.sh On the first run just select to install Docker, then perform a reboot and restart menu.sh. Select the Docker-images as required...