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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesOverlay-Based Execution

Running processes within a combination of Linux namespaces and overlay filesystems to isolate system changes.

Distinct from Process Namespace Isolation: Combines namespace isolation with a writable overlay layer, whereas Process Namespace Isolation focuses on the kernel namespace aspect alone.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Overlay-Based Execution. Refine with filters or upvote what's useful.

Awesome Overlay-Based Execution GitHub Repositories

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

    binpash/try

    5,435在 GitHub 上查看↗

    Try 是一个用于管理临时 Shell 环境并在隔离沙箱中运行命令的工具。它利用 OverlayFS 和 Linux 命名空间来防止进程修改宿主系统,既可作为命令沙箱,也可作为文件系统变更审计工具。 该项目允许用户在临时层中捕获文件修改,并在决定应用或丢弃这些变更之前进行检查。它支持审计添加和修改操作,随后将验证后的变更合并回宿主文件系统的工作流。 该工具提供了交互式沙箱 Shell、自定义沙箱目录管理以及将多个覆盖目录合并为单一分层环境的功能。它还包含用于命令和标志自动补全的 Shell 脚本。

    Provides a sandbox that uses Linux namespaces and OverlayFS to execute commands without altering the host system.

    Shelladministrationcontainersshell
    在 GitHub 上查看↗5,435
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Process Isolation
  6. Namespace-Based Isolation
  7. PID Namespace Isolation
  8. Process Namespace Isolation
  9. Overlay-Based Execution