awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesInstance Volume Mounts

Mounts a storage volume from a pool into a container or VM at a specified path.

Distinct from Persistent Storage Volumes: Distinct from Persistent Storage Volumes: focuses on mounting volumes to instances, not general durability mechanisms.

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

Awesome Instance Volume Mounts GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • superradcompany/microsandboxAvatar von superradcompany

    superradcompany/microsandbox

    6,570Auf GitHub ansehen↗

    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 host directories or other storage to a path inside the sandbox for data exchange.

    Rust
    Auf GitHub ansehen↗6,570
  • lxc/lxdAvatar von lxc

    lxc/lxd

    5,554Auf GitHub ansehen↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Mounts storage volumes from a pool into containers or virtual machines.

    Go
    Auf GitHub ansehen↗5,554
  • zenml-io/zenmlAvatar von zenml-io

    zenml-io/zenml

    5,451Auf GitHub ansehen↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Maps persistent storage volumes into isolated execution environments so that generated files and working data survive container restarts.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗5,451
  • docker-library/docsAvatar von docker-library

    docker-library/docs

    5,281Auf GitHub ansehen↗

    This project serves as a documentation hub and specification repository for official Docker images. It functions as a metadata-driven documentation generator that transforms structured content files into markdown files and readmes for public distribution. The repository provides technical guides and configuration standards for deploying containerized software across multiple CPU architectures. It includes detailed manuals for configuring environment variables, volume mounts, and network settings to ensure consistent image deployments. The documentation covers a broad range of containerized e

    Specifies the use of persistent disk volume mounts for maintaining runtime working directories.

    Shellhacktoberfest
    Auf GitHub ansehen↗5,281
  • opserver/opserverAvatar von opserver

    opserver/Opserver

    4,564Auf GitHub ansehen↗

    Opserver ist ein plattformübergreifender Monitoring-Server und ein Infrastruktur-Dashboard, das für die Verfolgung von Systemzustand, Leistungsmetriken und der Verfügbarkeit von Backend-Diensten entwickelt wurde. Es fungiert als externer Metrik-Aggregator und Tool zur unternehmensweiten Gesundheitsüberwachung, das Daten aus Monitoring-Quellen Dritter in einer einzigen Ansicht zentralisiert. Das System integriert sich mit Incident-Response-Diensten wie PagerDuty, um Benutzeridentitäten abzubilden und Benachrichtigungs-Workflows zu verwalten. Es verbindet sich zudem mit externen Verzeichnis- und Identitätsanbietern, um Benutzerauthentifizierung und Berechtigungszuweisungen zu handhaben. Die Plattform deckt mehrere Kernfunktionsbereiche ab, einschließlich der Verfolgung der Datenbankverfügbarkeit für eigenständige Instanzen und Cluster, der Verfolgung von Anwendungsfehlern für Exception-Logs und der Verwaltung von Netzwerk-Service-Backends. Sie unterstützt netzwerkbereichsbasierte Zugriffskontrolle, um nicht authentifizierten Dashboard-Zugriff für spezifische öffentliche Netzwerkbereiche zu erlauben. Die Anwendung wird als eigenständige ausführbare Datei oder als Container-Image für die Bereitstellung unter Windows, macOS und Linux vertrieben.

    Manages configuration and persistent data by mounting storage volumes into containerized environments.

    C#bosundotnetelasticsearch
    Auf GitHub ansehen↗4,564
  • whalebrew/whalebrewAvatar von whalebrew

    whalebrew/whalebrew

    4,239Auf GitHub ansehen↗

    Whalebrew is a containerized package manager and alias manager that wraps Docker images as executable system commands. It functions as a container runtime orchestrator, mapping specific images to native-behaving binaries to allow users to run containerized applications without manual container engine strings. The system utilizes a wrapper utility to map host commands to image entrypoints. It provides tools for installing, updating, and removing these mappings, and includes a search mechanism to locate available images across configured registries. The tool manages the runtime environment by

    Maps host file system paths to container volumes and defines custom behaviors for missing volume paths.

    Godockerhomebrewpackage-manager
    Auf GitHub ansehen↗4,239
  • unikraft/unikraftAvatar von unikraft

    unikraft/unikraft

    3,733Auf GitHub ansehen↗

    Unikraft is a modular library operating system and unikernel framework designed to compile applications into minimal, bootable virtual machine images. It serves as an OCI-compliant image builder and a cloud-native hypervisor target, enabling the creation of specialized runtimes that include only the specific drivers and libraries required by a single application. The system features a Linux compatibility layer that maps standard API calls and POSIX standards to unikernel libraries, allowing unmodified binaries to run without a full general-purpose kernel. It distinguishes itself by allowing c

    Declares absolute paths to be mounted as filesystems within the running machine instance.

    Capplicationcloudcloud-native
    Auf GitHub ansehen↗3,733
  • jenkinsci/jenkinsfile-runnerAvatar von jenkinsci

    jenkinsci/jenkinsfile-runner

    1,202Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,202
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Instance Volume Mounts

Unter-Tags erkunden

  • Durable Workspace MountersMechanisms for mapping persistent storage volumes into isolated execution environments for data survival. **Distinct from Instance Volume Mounts:** Distinct from Instance Volume Mounts: focuses on the durability of workspaces across container restarts and task interruptions.
  • Persistent Disk Volume Mounts1 Sub-TagAttaches 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.