awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tailhook avatar

tailhook/vagga

0
View on GitHub↗
1,895 Stars·97 Forks·Rust·MIT·2 Aufrufevagga.readthedocs.org↗

Vagga

Vagga is a containerization tool without daemons

Features

  • DevOps & Infrastructure - Containerization tool without daemons.
  • Virtualization & Containers - Daemonless containerization tool.
  • Container Engines - Userspace container engine tailored for development environments.
  • Development and Deployment - Tool for creating reproducible development environments.

Star-Verlauf

Star-Verlauf für tailhook/vaggaStar-Verlauf für tailhook/vagga

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Vagga

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Vagga.
  • firecracker-microvm/firecrackerAvatar von firecracker-microvm

    firecracker-microvm/firecracker

    34,954Auf GitHub ansehen↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    Auf GitHub ansehen↗34,954
  • p8952/bockerAvatar von p8952

    p8952/bocker

    12,657Auf GitHub ansehen↗

    Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati

    Shell
    Auf GitHub ansehen↗12,657
  • kata-containers/kata-containersAvatar von kata-containers

    kata-containers/kata-containers

    8,106Auf GitHub ansehen↗

    Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It

    Rustacrncontainerscri
    Auf GitHub ansehen↗8,106
  • superradcompany/microsandboxAvatar von superradcompany

    superradcompany/microsandbox

    6,570Auf GitHub ansehen↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Rust
    Auf GitHub ansehen↗6,570
Alle 30 Alternativen zu Vagga anzeigen→

Häufig gestellte Fragen

Was macht tailhook/vagga?

Vagga is a containerization tool without daemons

Was sind die Hauptfunktionen von tailhook/vagga?

Die Hauptfunktionen von tailhook/vagga sind: DevOps & Infrastructure, Virtualization & Containers, Container Engines, Development and Deployment.

Welche Open-Source-Alternativen gibt es zu tailhook/vagga?

Open-Source-Alternativen zu tailhook/vagga sind unter anderem: firecracker-microvm/firecracker — Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated… youki-dev/youki — Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open… p8952/bocker — Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux… kata-containers/kata-containers — Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine… superradcompany/microsandbox — Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes… agrinman/tunnelto — tunnelto is a network tunneling tool that creates a public URL to forward traffic to a locally running web server,…