📘 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
Categoría: Docker
[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
Introducción a Dapr .NET SDK (7/N): Docker Compose & HTTPS
En este post vamos a ver como con Docker Compose definimos y configuramos una aplicación multi-container para ejecutarla localmente sin Kubernetes. Aquí, el peso recae, como ya podemos imaginar, en el fichero "docker-compose.yml" donde tendremos que incluir la definición de los sidecars para Dapr. Necesitaremos también, los ficheros Dockerfile de cada proyecto y, por supuesto, … Sigue leyendo Introducción a Dapr .NET SDK (7/N): Docker Compose & HTTPS


