All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Using Podman with Docker Compose: BuildKit Integration Challenges and Solutions

By

LaSombra

9mo ago· 4 min readen

Summary

The article discusses using Podman as an alternative to Docker for running Docker Compose projects, focusing on the author's experience with Podman's compatibility issues, particularly with BuildKit integration. The author explores different approaches including using Podman's Docker Compose wrapper and direct Podman Compose, highlighting challenges with BuildKit support and providing workarounds for building images.

Key quotes

· 4 pulled
Podman supports Docker Compose projects with two possible solutions: either by connecting the official Docker Compose CLI to a Podman socket, or by using their own drop-in replacement.
Because Docker doesn't play well with nftables and I prefer a rootless + daemonless approach, I'm using Podman.
The wrapper has the same name as the replacement, which makes things confusing.
Unfortunately, both options have their own issues when it comes to BuildKit support.
Snippet from the RSS feed
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.

You might also wanna read