Container
Rocketchat fails after upgrade with index error Paid Members Public
Upgrading rocketchat to version 5.0 resulted in some minor issues that prevented the system from starting - both are related to the database and can easily be fixed.
Migrating zabbix from mysql to timescaledb - setting up environment Paid Members Public
This series covers migrating a zabbix database from mysql to timescaledb. In this post we're preparing the databases for the migration.
docker swarm - preserve client ip on incoming connections Paid Members Public
Running services in docker swarm utilizes the docker swarm routing mesh which results in source nat (snat). If you need to bypass this, check out this guide.
docker daemon not starting after upgrade Paid Members Public
Having upgraded docker you may come into a situation where the docker daemon itself doesn't start anymore because of an issue with firewalld.
Docker - Hardening with firewalld Paid Members Public
Containers are no virtual machines - yet we might want to treat hosts running container workloads like hypervisors and apply limitations on container networking. This guide describes a way to limit container networking on docker based container hosts using firewalld.