1 repo
Container runtimes that execute processes directly without relying on a persistent background daemon.
Distinguishing note: Focuses on the architectural choice of removing the central daemon to improve security and reduce system overhead.
Explore 1 awesome GitHub repository matching devops & infrastructure · Daemonless Container Engines. Refine with filters or upvote what's useful.
Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control. The project distinguishes itself through a focus on rootless security and cross-platform compatibility. It employs user namespace mapping to allow unprivileged users to manage isolated workloads without requiring administrative system ac
Executes container management commands as direct child processes of the host system, eliminating the need for a persistent background service.