Fedora tutorial - IT technology blog

Using Podman Compose on Fedora: Replacing Docker Compose for Rootless Multi-Container Application Management

Podman Compose lets you run multi-container stacks on Fedora without needing a Docker daemon or root privileges. This article compares four approaches — Docker Compose, Podman Pods, Quadlet, and Podman Compose — then walks through a real-world deployment with a web app, PostgreSQL, and Redis, including notes on SELinux and rootless port handling.
Ubuntu tutorial - IT technology blog

Guide to Installing and Managing LXD Containers on Ubuntu for Lightweight Virtualization

LXD is a lightweight virtualization solution that allows you to quickly and resource-efficiently create system containers on Ubuntu. This article will guide you from A to Z on how to install, configure, and manage LXD, including practical tips to maximize this tool, helping you run multiple independent environments without excessive resource consumption.