Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: buildkit Clear Filter

Using Podman, Compose and BuildKit

Using Podman, Compose and BuildKit 2025-02-23 For my day job, I need to build and run a Docker Compose project. However, because Docker doesn’t play well with nftables and I prefer a rootless + daemonless approach, I’m using Podman. Podman supports Docker Compose projects with two possible solutions: either by connecting the official Docker Compose CLI to a Podman socket, either by using their own drop-in replacement. They ship a small wrapper to select one of these options. (The wrapper has t