awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • spf13/aferospf13 的头像

    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/rootlesskitrootless-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