Docker on Raspberry with GUI

This post describes how to setup you raspberry from scratch for running, monitoring and deploying docker container, monitoring the raspberry system and accessing the gpio pins. This all will be done without any manual setup on the raspberry so its 100% repeatable. You will be able to: deploy docker container via a web gui (www.portainer.io) …

Raspberry-Pi-Tank

A side project from me and a teammate is around the beautiful raspberry. We are mainly developing a setup and deploy tool based on pythons fabric which is for os image handling and service deployment like web-io-pi, music-player-daemon, accesspoint setup, network handling and our second project. from piservices import PiService class MusicPlayerDaemonService(PiService): name = ‘pimpd’ …