
Software Engineering Daily Podman with Brent Baude
65 snips
Aug 12, 2025 Brent Baude, a Senior Principal Software Engineer at Red Hat and architect of Podman, discusses this innovative open-source container management tool. He highlights Podman's rootless functionality, enhancing security compared to Docker, and its compatibility with the Open Container Initiative. The conversation explores Podman's evolution, modular design, and impact on developer communities. Brent also delves into the benefits of daemonless architecture and the importance of APIs for container orchestration, offering insights into the future of container technologies.
AI Snips
Chapters
Transcript
Episode notes
Rootless Containers Reduce Risk
- Rootless containers reduce the blast radius of a container escape.
- Brent Baude argues running without root minimizes privilege and attack surface.
Builder Versus Podman For Builds
- Builder (Buildah) exists as both a library and a standalone tool for image builds.
- Brent Baude says developers use Builder for heavy builds and Podman for iterative development.
Daemonless Requires Careful State Management
- Daemonless systems must solve distributed state, locking, and race conditions.
- Brent Baude explains Podman uses locks and SQLite to coordinate container lifecycle without a central daemon.

