You need only a few simple steps, to get a fully headless setup of Raspbian Stretch for your Raspberry Pi First, write the downloaded raspbian image to the SD-Card Be careful, to write the image to the right device! unzip 2017-09-07-raspbian-stretch-lite.zip sudo dd if=2017-09-07-raspbian-stretch-lite.img of=/dev/mmcblk0xyz bs=4M Create a WLAN Configuration
Continue readingCategory: Raspberry Pi
Docker Swarm Cluster on Raspberry Pi with Raspbian Stretch
Docker is is on everyone’s lips and now you can also use Docker on the Raspi. But one is not enough, we’ll install a Docker Swarm Cluster. If you’d like to know more about Docker and Swarm see the homepage of Docker Community. First install a fresh Rasbian Stretch image
Continue reading