How to install Redis & Mongo on a «Raspberry pi» using Docker and connect remotely

How to Install Redis and MongoDB on a Raspberry Pi Using Docker

📘 Introduction Deploying Redis and MongoDB 4.x on a Raspberry Pi means dealing with ARM compatibility, container networking, and security best practices. Redis is fully multi-architecture, while MongoDB requires using version 4.x on Pi to avoid ARMv8.2-A dependency errors. You'll install Docker on the Pi, deploy both services with Docker Compose, manage your Pi from … Sigue leyendo How to install Redis & Mongo on a «Raspberry pi» using Docker and connect remotely

[Tip] Publishing docker image when trimmed it

Yesterday was one of those days when I got around to upgrading some docker files after the web projects were migrated to DotNet 7. The thing was, I wanted to reduce the size of the docker image as much as possible and take advantage of some improvements since Net 5.0 was released. Although everything seemed … Sigue leyendo [Tip] Publishing docker image when trimmed it