Complete docker swarm guide - from set up and configuration to usage of swarm services - all important commands included. (more…)
Read more »
Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support - GitHub - AdrienPoupa/docker-compose-nas: Simple Docker Compose NAS featur... (more…)
Read more »
While a few hundred megabytes in an application image seems a small concern in this day and age, when you're running scores or hundreds of instances in a cluster environments such as Kuberenetes, those megabytes start to add up. This can lead to spending ... (more…)
Read more »
Deploying your services packaged in lightweight Docker images has many practical
benefits. In a container, your service usually comes with all the
dependencies it needs to run, it’s isolated from the rest of the system,
and deployment is as simple as ru...
Read more »
Over time I’ve built up a few different small applications which do simple things like track share prices, or track whether a particular file has changed on GitHub. Little apps that only I use. While… (more…)
Read more »