Homelab Dashboard with Homarr

One of the most simple and useful tools for a homelab is a dashboard. Homarr, like Heimdall or Homer, cover that part ob being a Dashboard, but keeping the good points of each one, allowing a lot more customization from the webapp itself.

0 Comments

MariaDB in Docker CLI and Portainer

MariaDB is an Open Source fork from one of the most used relational databases, MySQL, and for developers, having our dev database locally runing can be pretty useful. Docker can solve this. In this post we will cover two ways to create and configure MariaDB in a container: Docker CLI…

0 Comments

PostgreSQL in Docker CLI and Portainer

Postgre is one of the most used relational databases nowadays, and for developers, having our dev database locally runing can be pretty usefull. Docker can solve this. In this post we will cover two ways to create and configure PostgreSQL in a container: Docker CLI and Portainer CE.

0 Comments

Install Docker and Portainer CE

Some times you want to run a simple database, API or other piece of sofware ond your local enviroment, but VMs use to be a bit of a pain. Docker solve all of this, and in combination with Portainer, you obtain a pretty useful web admin GUI, so let's get started!

0 Comments

Docker Swarm in Raspberry Pi

Docker is a pretty usefull tool to deploy our applications in containers. In this post we will cover how to install Docker, and configure it in Swarm mode on some Raspberry Pi. Also, we will use Portainer (CE), which is a web interface for managing Docker.

0 Comments