freqtrade 30 Dec 2024 · 3 min read Installing and Running Freqtrade on Docker Swarm Installing and managing Freqtrade, a cryptocurrency trading bot, on a Docker Swarm infrastructure might seem challenging at first. However, with the right configuration and a few tips, you can deploy a robust, scalable solution. Read more
adguard 30 Dec 2024 · 4 min read Setting Up an AdGuard Home Cluster with Shared Configuration on Docker Swarm and Raspberry Pi In this blog, we will walk you through the steps to set up an AdGuard Home cluster, with one node running in a Docker Swarm environment and another node running on a standalone Raspberry Pi using a Docker configuration file. Read more
Docker 25 Dec 2024 · 3 min read Building a Monitoring Stack on Docker Swarm with Prometheus, Grafana, and InfluxDB Monitoring environments is critical for maintaining the performance and reliability of modern applications. This blog post details the setup of a monitoring stack in Docker Swarm using Prometheus, Grafana, and InfluxDB. We'll focus on a practical example using NFS for shared storage... Read more
swarm 27 Mar 2024 · 4 min read From Docker to (Docker) Swarm As mentioned on a previous blog post, I need to get rid of all the different Docker container hosted on several virtual machines to simplify the management and the high Read more
Docker 23 Mar 2024 · 4 min read Docker Swarm on Ubuntu Docker Swarm is a container orchestration tool that enables the deployment, scaling, and management of Docker containers across a cluster of machines Read more