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

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

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

2 个仓库

Awesome GitHub RepositoriesFilesystem Synchronization

Mechanisms for sharing data between host and guest environments.

Distinguishing note: Focuses on bidirectional mounting for development workflows.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Filesystem Synchronization. Refine with filters or upvote what's useful.

Awesome Filesystem Synchronization GitHub Repositories

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

    kubernetes/minikube

    31,877在 GitHub 上查看↗

    Minikube is a command-line tool designed for local Kubernetes development, enabling users to provision and manage full-featured container clusters directly on a workstation. It serves as a local orchestrator that automates the lifecycle of isolated environments, allowing developers to start, stop, pause, and delete clusters to support testing and integration workflows. The project distinguishes itself through its flexible architecture, which supports multiple virtualization drivers and container runtimes to accommodate diverse host environments. It provides deep integration between the host a

    Enables bidirectional data synchronization by mounting local host directories into the isolated cluster environment.

    Goclustercncfcontainers
    在 GitHub 上查看↗31,877
  • google/gvisorgoogle 的头像

    google/gvisor

    17,748在 GitHub 上查看↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Enables shared mount modes to synchronize filesystem changes between host and sandbox environments.

    Gocontainersdockerkernel
    在 GitHub 上查看↗17,748
  1. Home
  2. DevOps & Infrastructure
  3. Filesystem Synchronization