awesome-repositories.com
Blog
awesome-repositories.com

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

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

37 Repos

Awesome GitHub RepositoriesContainer Storage Persistence

Techniques for mapping host-level storage to containerized applications to ensure data durability across service restarts.

Distinguishing note: Focuses on the persistence layer of containerized services, distinct from general database management.

Explore 37 awesome GitHub repositories matching devops & infrastructure · Container Storage Persistence. Refine with filters or upvote what's useful.

Awesome Container Storage Persistence GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kamranahmedse/developer-roadmapAvatar von kamranahmedse

    kamranahmedse/developer-roadmap

    357,434Auf GitHub ansehen↗

    Developer Roadmap ist eine Community-gesteuerte Plattform, die strukturierte, graphbasierte Lernpfade für das Software-Engineering bietet. Sie dient als umfassendes Wissens-Repository, in dem technische Bereiche in visuellen Sequenzen organisiert sind, um den Erwerb beruflicher Fähigkeiten und das Karrierewachstum zu steuern. Das Projekt zeichnet sich durch ein kollaboratives Ökosystem aus, das es Nutzern ermöglicht, Roadmaps beizusteuern, bewährte Branchenpraktiken zu kuratieren und berufliche Profile zu pflegen. Es integriert diagnostische Bewertungs-Frameworks, um die technische Kompetenz zu evaluieren, und hilft Entwicklern dabei, Wissenslücken zu identifizieren und sich durch gezielte Lernsequenzen auf professionelle Vorstellungsgespräche vorzubereiten. Über seine Kern-Mapping-Funktionen hinaus bietet die Plattform praktische Projektideen und interaktives Tutoring, um Engineering-Konzepte zu festigen. Sie bietet einen zentralen Raum für die Community, um Ressourcen zu teilen, den fortschreitenden Kompetenzaufbau zu verfolgen und durch komplexe technische Landschaften zu navigieren.

    Maps host-level storage to containerized applications to ensure data durability.

    TypeScriptangular-roadmapbackend-roadmapblockchain-roadmap
    Auf GitHub ansehen↗357,434
  • zeroclaw-labs/zeroclawAvatar von zeroclaw-labs

    zeroclaw-labs/zeroclaw

    31,920Auf GitHub ansehen↗

    Zeroclaw is a modular framework for building and deploying autonomous agents that integrate AI models, messaging platforms, and hardware interfaces. It functions as a multi-agent orchestrator and embedded systems controller, providing a unified runtime for managing agent lifecycles, memory, and security policies across diverse environments. The system distinguishes itself through its focus on secure, verifiable hardware and software orchestration. It enforces strict security boundaries, including command allowlisting, resource throttling, and interactive human-in-the-loop approval for sensiti

    Mounts persistent directories between agent and sandbox containers for seamless file exchange.

    Rust
    Auf GitHub ansehen↗31,920
  • yeasy/docker_practiceAvatar von yeasy

    yeasy/docker_practice

    26,111Auf GitHub ansehen↗

    This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad

    Demonstrates mapping host-level storage to containers to ensure data survives restarts.

    Gobookcloud-computingcontainer
    Auf GitHub ansehen↗26,111
  • nsqio/nsqAvatar von nsqio

    nsqio/nsq

    25,738Auf GitHub ansehen↗

    NSQ is a distributed, brokerless messaging platform designed for high-throughput, fault-tolerant communication. By utilizing a decentralized topology, it eliminates single points of failure and allows for horizontal scaling across clusters. The system organizes message streams into topics and channels, effectively decoupling producers from consumers to support both streaming and job-oriented workloads. The platform distinguishes itself through a lookup-service-based discovery mechanism that enables clients to dynamically locate producers at runtime without requiring centralized coordination.

    Store messaging data on host disks by mounting local directories or dedicated data volumes to the internal paths used by the containerized service.

    Godistributed-systemsgomessage-queue
    Auf GitHub ansehen↗25,738
  • ceph/cephAvatar von ceph

    ceph/ceph

    16,247Auf GitHub ansehen↗

    Ceph is a unified, software-defined storage platform designed to provide object, block, and file storage services from a single distributed cluster. By decoupling data management from physical hardware, it enables elastic scaling across commodity hardware, allowing organizations to build large-scale storage infrastructure without reliance on proprietary vendor equipment. The system distinguishes itself through a shared-nothing, distributed architecture that utilizes deterministic hashing for data placement. This approach eliminates centralized metadata bottlenecks, allowing the cluster to sca

    Attaches distributed storage volumes to containerized workloads to ensure persistent data access in dynamic environments.

    C++block-storagecloud-storagedistributed-file-system
    Auf GitHub ansehen↗16,247
  • caprover/caproverAvatar von caprover

    caprover/caprover

    15,067Auf GitHub ansehen↗

    CapRover is a self-hosted platform-as-a-service that provides a centralized dashboard for managing containerized applications and databases. It functions as a container orchestration platform, simplifying the deployment, scaling, and networking of services across server environments. By leveraging a reverse-proxy-based architecture, the platform handles domain mapping, traffic routing, and automated SSL certificate lifecycle management to ensure secure, encrypted access for hosted web services. The platform distinguishes itself through its integrated automation capabilities, which include aut

    Maps container directories to host volumes to ensure data persistence across restarts and updates.

    TypeScriptawsazurecaprover
    Auf GitHub ansehen↗15,067
  • itzg/docker-minecraft-serverAvatar von itzg

    itzg/docker-minecraft-server

    13,841Auf GitHub ansehen↗

    This project provides a containerized environment for deploying and managing Minecraft game servers. It functions as an infrastructure manager that automates the setup and maintenance of server instances, ensuring consistent execution across different host systems through standardized container images. The platform distinguishes itself by using environment variables to handle configuration and version control, allowing users to define server types and operational parameters without manual file editing. It automates the retrieval of software artifacts, dependencies, and plugins during the init

    Maps host-side storage directories into container volumes to ensure game worlds and user data persist across server restarts.

    Shelldocker-imagedockerfileshacktoberfest
    Auf GitHub ansehen↗13,841
  • juicedata/juicefsAvatar von juicedata

    juicedata/juicefs

    13,233Auf GitHub ansehen↗

    JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions as a cloud-native persistent storage layer that decouples file metadata from raw data, storing metadata in a transactional database while keeping data blocks in object storage. This architecture enables multiple hosts across different regions to access the same storage simultaneously while maintaining strong consistency. The system distinguishes itself by performing data processing, including compression and encryption, directly on the client side before transmission. By split

    Provides shared persistent storage for containerized applications through standard interfaces.

    Gobigdatacloud-nativedistributed-systems
    Auf GitHub ansehen↗13,233
  • mailcow/mailcow-dockerizedAvatar von mailcow

    mailcow/mailcow-dockerized

    12,955Auf GitHub ansehen↗

    Mailcow-dockerized is an open-source email hosting platform that provides a complete, self-hosted infrastructure suite. It bundles message transfer, storage, and security protocols into a modular, containerized environment designed for deployment on private infrastructure. The platform distinguishes itself by integrating a centralized management interface for configuring mail domains and user accounts alongside collaborative tools like shared calendars and contact lists. It includes automated security features such as integrated spam and malware filtering gateways, as well as automated certif

    Maps container data to host-level storage to ensure email and configuration persistence across updates.

    JavaScriptacmeclamavdocker
    Auf GitHub ansehen↗12,955
  • microsoftdocs/azure-docsAvatar von MicrosoftDocs

    MicrosoftDocs/azure-docs

    10,894Auf GitHub ansehen↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Documents Azure Disks and Azure Files for persistent storage in Kubernetes workloads.

    Markdownskilling
    Auf GitHub ansehen↗10,894
  • cloudflare/moltworkerAvatar von cloudflare

    cloudflare/moltworker

    9,909Auf GitHub ansehen↗

    Moltworker is an AI agent sandbox and model orchestrator designed for the secure execution of untrusted code and shell commands generated by large language models. It functions as a gateway proxy that routes requests to multiple AI providers through a unified interface, integrating a container runtime backed by S3-compatible object storage to persist state across ephemeral lifecycles. The system distinguishes itself by combining an AI model orchestrator with a headless browser controller for automated web scraping and screenshot capture. It manages the full lifecycle of AI agents, including m

    Mounts object storage as a filesystem to ensure data durability across ephemeral container lifecycles.

    TypeScriptai-agentscloudflare-workers
    Auf GitHub ansehen↗9,909
  • getsentry/self-hostedAvatar von getsentry

    getsentry/self-hosted

    9,426Auf GitHub ansehen↗

    This project is a containerized error tracking platform and monitoring suite designed for self-hosted deployment on private infrastructure. It provides a collection of services for capturing and analyzing software crashes and exceptions, ensuring that sensitive application data remains within a controlled environment. The system includes specialized tooling for air-gapped deployment, allowing the software to be installed and operated on servers without internet access through the manual transfer of container images. It also supports corporate network integration via proxy configurations to ma

    Implements container storage persistence by mapping host-level directories to containers to ensure data durability.

    Shelldockerdocker-composefair-source
    Auf GitHub ansehen↗9,426
  • projectatomic/buildahAvatar von projectatomic

    projectatomic/buildah

    8,895Auf GitHub ansehen↗

    Buildah ist ein daemonloses Container-Tool zum Erstellen und Verwalten von OCI-konformen Container-Images. Es fungiert als Kommandozeilen-Utility, das Images erstellt und modifiziert, ohne dass ein Hintergrundprozess oder Root-Rechte erforderlich sind. Das Tool transformiert Dockerfile-Anweisungen in Standard-Images und ermöglicht die Generierung von Images durch das Committen des Zustands eines laufenden Containers. Es unterstützt die Erstellung von Images von Grund auf (scratch) oder aus Basis-Images und stellt sicher, dass alle Ausgaben den Open Container Initiative-Spezifikationen für Portabilität entsprechen. Über die Image-Erstellung hinaus bietet es Funktionen für das lokale Image-Lifecycle-Management, einschließlich Tagging, Umbenennen und Verschieben von Images zwischen Registries. Es ermöglicht zudem die direkte Manipulation von Container-Dateisystemen durch das Mounten von Root-Dateisystemen in das Host-Verzeichnis zur Dateibearbeitung und Metadatenkonfiguration.

    Provides utilities for updating and inspecting internal settings and configuration details of container images.

    Go
    Auf GitHub ansehen↗8,895
  • linkedin/school-of-sreAvatar von linkedin

    linkedin/school-of-sre

    8,093Auf GitHub ansehen↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    Explains techniques for mapping host-level storage to containerized applications to ensure data durability.

    HTMLgithadooplinux
    Auf GitHub ansehen↗8,093
  • collabnix/dockerlabsAvatar von collabnix

    collabnix/dockerlabs

    8,008Auf GitHub ansehen↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    Provides tutorials on mapping host-level storage to containers to ensure data durability.

    PHPadvancebeginnersdocker
    Auf GitHub ansehen↗8,008
  • docker-library/official-imagesAvatar von docker-library

    docker-library/official-images

    6,972Auf GitHub ansehen↗

    This project is a collection of curated and standardized Docker base images that serve as reliable starting points for building containerized applications. It functions as an OCI container image repository and a build template library, providing a central source of truth for images that adhere to Open Container Initiative standards for portability. The project utilizes an automated image lifecycle pipeline to build, tag, and push images, ensuring that dependencies remain current and security patches are applied. It specifically supports cross-platform distribution by providing a multi-archite

    Uses volume and bind mounts to ensure data durability on the host system across container restarts.

    Shell
    Auf GitHub ansehen↗6,972
  • k0sproject/k0sAvatar von k0sproject

    k0sproject/k0s

    6,290Auf GitHub ansehen↗

    k0s is a Kubernetes distribution that packages all control plane and worker components into a single binary, enabling cluster deployment with no host dependencies beyond the Linux kernel. It supports a container-native runtime where controllers and workers run inside Docker containers using a single OCI image, and offers declarative YAML configuration for defining cluster topology, host roles, and SSH connection details. The distribution provides pre-built binaries for x86-64, ARM64, ARMv7, and RISC-V architectures, and uses cryptographically signed tokens for secure node enrollment. The proj

    Attaches any CSI-compliant storage backend to provide persistent volumes for containerized workloads.

    Gokubernetes
    Auf GitHub ansehen↗6,290
  • deis/deisAvatar von deis

    deis/deis

    5,999Auf GitHub ansehen↗

    Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th

    Attaches persistent storage volumes to stateful container applications for data retention.

    Pythoncontainerscoreosdeis-paas
    Auf GitHub ansehen↗5,999
  • h2non/imaginaryAvatar von h2non

    h2non/imaginary

    6,017Auf GitHub ansehen↗

    Imaginary is a self-hosted HTTP server for image processing that applies transformations like resizing, cropping, rotating, and format conversion through URL parameters. It operates as a stateless request-response pipeline, processing images fetched from remote URLs or served from a local directory without requiring client-side dependencies. The server distinguishes itself through its security and access control capabilities, offering optional API key validation, HMAC-signed URL verification, and remote origin whitelisting to restrict which image sources are permitted. It also provides a heal

    Mounts writable volumes to containers so data survives restarts and is available across regions.

    Gocrop-imagedockergif
    Auf GitHub ansehen↗6,017
  • 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

    Mounts local volumes or external MySQL databases to the server container to ensure run metadata and state persist across container restarts.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗5,451
Vorherige12Nächste
  1. Home
  2. DevOps & Infrastructure
  3. Container Storage Persistence

Unter-Tags erkunden

  • Container Network and Volume Configuration2 Sub-TagsInstruction on establishing container bridge networks and persistent storage volumes. **Distinct from Container Storage Persistence:** Distinct from Container Storage Persistence: combines both networking and storage configuration into a unified instructional topic.