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

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

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

3 个仓库

Awesome GitHub RepositoriesPersistent Disk Volume Mounts

Attaches a named disk-backed volume to a sandbox that persists data across sandbox restarts and removals.

Distinct from Instance Volume Mounts: Distinct from Instance Volume Mounts: specifically attaches disk-backed volumes that persist across sandbox restarts and removals, not general volume mounting.

Explore 3 awesome GitHub repositories matching data & databases · Persistent Disk Volume Mounts. Refine with filters or upvote what's useful.

Awesome Persistent Disk Volume Mounts GitHub Repositories

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

    superradcompany/microsandbox

    6,570在 GitHub 上查看↗

    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

    Attaches disk-backed volumes to sandboxes that persist data across restarts and removals.

    Rust
    在 GitHub 上查看↗6,570
  • docker-library/docsdocker-library 的头像

    docker-library/docs

    5,281在 GitHub 上查看↗

    本项目作为官方 Docker 镜像的文档中心和规范仓库。它作为一个元数据驱动的文档生成器,将结构化内容文件转换为 Markdown 文件和 Readme,以供公开发布。 该仓库提供了用于跨多种 CPU 架构部署容器化软件的技术指南和配置标准。它包括用于配置环境变量、卷挂载和网络设置的详细手册,以确保一致的镜像部署。 该文档涵盖了广泛的容器化环境,包括各种 Linux 发行版和最小化 Unix 环境。它详细介绍了数据库实例、Java 运行时和内容管理系统的部署,重点在于轻量级容器优化和数据持久化。 该项目使用自动化验证在发布前根据格式标准检查 Markdown 和 YAML 源文件。

    Details how to persist certificates, private keys, and server configurations using volume mounts.

    Shellhacktoberfest
    在 GitHub 上查看↗5,281
  • jenkinsci/jenkinsfile-runnerjenkinsci 的头像

    jenkinsci/jenkinsfile-runner

    1,202在 GitHub 上查看↗

    Jenkinsfile runner is a continuous integration engine that executes declarative workflows and pipeline scripts directly from the command line or container environments without requiring a persistent master server. It provides terminal-based execution tools for running, testing, and linting pipeline definitions locally, supporting build parameter passing, interactive shell sessions, and source control checkout configurations with authentication for private repositories. The system supports declarative instance configuration through mounted YAML files, automatic dependency resolution, and on-de

    Mounts custom home directories as volumes to retain logs, configuration, and execution history after container termination.

    Javaclidocker-imagefaas
    在 GitHub 上查看↗1,202
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Instance Volume Mounts
  5. Persistent Disk Volume Mounts

探索子标签

  • Configuration PersistencesMechanisms for persisting system configuration files and security assets via volume mounts. **Distinct from Persistent Disk Volume Mounts:** Distinct from Persistent Disk Volume Mounts: specifically focuses on persisting configuration and secrets rather than generic disk data.