December 29, 2017

NetApp Docker Volume Plugin for Raspberry Pi

TL;DR NetApp provides a plugin for docker for x86 platforms. With a small modification it works perfectly well on a Raspberry Pi (ARM). Intro A year ago I’ve written some articles about running docker on a cluster of Raspberry Pi. NetApp published a plugin for docker to integrate NetApp’s SolidFire, ONTAP, and E-series storage platforms. Of course this plugin is available for x86 (AMD64), but not for any other platform. Therefore I thought if it is possible to build this plugin for a Raspi (ARM). Read more

February 26, 2017

Tweetycam

Letztes Jahr hat mein Sohn mit seinem Opa, dieses dreistöckige Vogelhaus gebaut. Dieses Jahr haben wir es etwas aufgerüstet ;-) Der Umbau Die obere ‘Wohnung’ wurde nun in einen Technikraum umgenutzt. Hier sind nun ein Solar-Power-Converter, ein 12V-Akku und ein Raspberry Pi zu finden. An dem Raspberry haben wir eine alte USB-Kamera und eine Raspberry Kamera mit mit IR-LEDs angeschlossen. Auf dem Dach ist ein kleines PV-Modul angebracht worden um den Akku zu laden. Read more

February 26, 2017

Tweety Cam Live

Live Bilder vom Vogelhaus Zwischen 6:30 und 20:00 Uhr CET. Und wenn die Sonne genügend schien. Achtung! Im Winter offline Technik Mehr zur Technik gibt es hier. Zwei Beispielbilder

January 25, 2017

Running Caddy as a Docker service

What is Caddy? From the website Caddy is an alternative web server that is easy to configure and use. and A web server that serves you Other web servers were designed for the Web, but Caddy was designed for humans, with today’s Web in mind. This wonderful piece of software is a perfect fit for my 6-Node Cluster of Raspberries! Here is an example: Caddy is super easy to install and to configure. Read more

January 24, 2017

Quickstart Docker Swarm

What is Docker Swarm Mode? A swarm is a cluster of Docker engines, or nodes, where you deploy services. What is a node? A node is an instance of the Docker engine participating in the swarm. You can also think of this as a Docker node. You can run one or more nodes on a single physical computer or cloud server, but production swarm deployments typically include Docker nodes distributed across multiple physical and cloud machines. Read more

All rights reserved - 2019

Powered by Hugo & Kiss.