awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Daemonless Container Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDaemonless Container Engines

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.

  1. Home
  2. DevOps & Infrastructure
  3. Daemonless Container Engines

Awesome Daemonless Container Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • containers/podman

    containers/podman

    30,751View on GitHub↗

    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.

    Gocontainersdockerkubernetes
    30,751View on GitHub↗