awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesIn-Memory Overlay Layers

Writable in-memory overlays over read-only base filesystems that isolate modifications from the original data.

Distinct from Copy-on-Write Filesystems: Distinct from Copy-on-Write Filesystems: focuses on in-memory overlay layers for sandboxing, not block-level copy-on-write allocation.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · In-Memory Overlay Layers. Refine with filters or upvote what's useful.

Awesome In-Memory Overlay Layers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • spf13/aferoالصورة الرمزية لـ spf13

    spf13/afero

    6,662عرض على GitHub↗

    Afero is a Go library that provides a unified filesystem abstraction, allowing applications to interact with local disk, in-memory storage, cloud services, archives, and remote systems through a single, consistent interface. At its core, it defines a standard interface that all filesystem backends implement, enabling developers to swap storage implementations without changing application code. The library distinguishes itself through its composable architecture, which includes layered filesystem composition for creating cached, sandboxed, or restricted storage views. It offers a copy-on-write

    Layers a writable in-memory overlay over a read-only base so modifications are isolated from the original filesystem.

    Go
    عرض على GitHub↗6,662
  • rootless-containers/rootlesskitالصورة الرمزية لـ rootless-containers

    rootless-containers/rootlesskit

    1,273عرض على GitHub↗

    RootlessKit is a tool for running container workloads and isolated process trees securely as a standard non-privileged user without holding root access on the host. It creates unprivileged user and mount namespaces to simulate fake root execution environments, allowing users to execute container workloads and manage resource groups safely. The project provides capabilities for rootless port forwarding and unprivileged network namespace isolation, routing container network traffic through user-mode packet translation without requiring privileged kernel setup. It includes multiple backend netwo

    Isolates modifications from original data using writable overlays over read-only base filesystems.

    Gorootless-containers
    عرض على GitHub↗1,273
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtualization & Emulation
  4. Virtualization Platforms
  5. Virtualization Architectures
  6. Copy-on-Write Disk Formats
  7. Copy-on-Write Filesystems
  8. In-Memory Overlay Layers