awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

Awesome GitHub RepositoriesLocal Image Loading

Mechanisms for injecting container images directly into a local cluster to bypass external registries.

Distinct from Local Model Loading: Specifically targets the developer workflow of loading images into local clusters, which is not covered by general image loading.

Explore 10 awesome GitHub repositories matching devops & infrastructure · Local Image Loading. Refine with filters or upvote what's useful.

Awesome Local Image Loading GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • containerd/nerdctlAvatar containerd

    containerd/nerdctl

    10,172Vezi pe GitHub↗

    nerdctl is a command-line tool that manages containers and images using containerd as the runtime, providing a Docker-compatible interface for container lifecycle management. It supports running containers with the same command syntax and flags as Docker, including multi-container Compose workflows, and enables rootless container execution without host kernel escalation. The tool extends beyond basic container management with several advanced distribution and security capabilities. It can start containers before full image download by fetching only metadata and on-demand layers from eStargz-f

    Loads container image archives in Docker or OCI format directly into a local Kubernetes cluster without needing a registry.

    Gocontainerd
    Vezi pe GitHub↗10,172
  • kubernetes-sigs/kubebuilderAvatar kubernetes-sigs

    kubernetes-sigs/kubebuilder

    8,992Vezi pe GitHub↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Injects Docker images directly into a local cluster to bypass external registries during development.

    Gok8s-sig-api-machinery
    Vezi pe GitHub↗8,992
  • rkt/rktAvatar rkt

    rkt/rkt

    8,773Vezi pe GitHub↗

    rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods. It serves as an OCI container runtime and a Linux container manager, supporting the execution of images based on Open Container Initiative, appc, and Docker specifications. The project distinguishes itself by offering hardware-level container isolation, allowing pods to run within virtual machines using KVM or QEMU for a dedicated kernel. It further separates itself through secure container deployment practices, utilizing SELinux mandatory access control and TPM-backed integri

    Implements a local image store using overlay filesystems to fetch, store, and render container images.

    Gocontainersgooci
    Vezi pe GitHub↗8,773
  • ko-build/koAvatar ko-build

    ko-build/ko

    8,455Vezi pe GitHub↗

    Ko is a daemonless container image builder and OCI image generator specifically for Go applications. It compiles Go source code into binaries and packages them directly into container images, pushing them to registries without requiring a local container runtime or daemon. The tool specializes in multi-platform image distribution, producing images for various CPU architectures and operating systems from a single execution. It distinguishes itself by automating the entire pipeline from Go import paths to Kubernetes deployment or serverless function packaging for architectures like AWS Lambda.

    Loads built images directly into a local daemon or cluster instead of pushing to a remote registry.

    Gocontainercontainersdeploy
    Vezi pe GitHub↗8,455
  • mightymoud/sidekickAvatar MightyMoud

    MightyMoud/sidekick

    7,465Vezi pe GitHub↗

    Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime

    Transfers built Docker images directly to the server as files, bypassing the need for a remote container registry.

    Godeploymentherokuself-host
    Vezi pe GitHub↗7,465
  • superradcompany/microsandboxAvatar superradcompany

    superradcompany/microsandbox

    6,570Vezi pe 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

    Downloads container image layers in parallel and stores them in a content-addressable, deduplicated cache for instant sandbox creation.

    Rust
    Vezi pe GitHub↗6,570
  • lxc/lxdAvatar lxc

    lxc/lxd

    5,554Vezi pe GitHub↗

    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

    Imports compressed or split image files from the local filesystem into the image store.

    Go
    Vezi pe GitHub↗5,554
  • psviderski/uncloudAvatar psviderski

    psviderski/uncloud

    4,653Vezi pe GitHub↗

    Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers without a central control plane. It functions as a peer-to-peer system and a Docker Compose cluster deployer, using SSH-based infrastructure management to coordinate operations across remote nodes. The project distinguishes itself by using a secure mesh network overlay to enable direct inter-container communication across different physical machines. It facilitates container image distribution by transferring missing layers directly from local environments to target nodes, bypa

    Injects container images directly into the cluster from a local environment to bypass external registries.

    Gocontainersdeploymentdevops
    Vezi pe GitHub↗4,653
  • timuric/content-generator-sketch-pluginAvatar timuric

    timuric/Content-generator-sketch-plugin

    4,299Vezi pe GitHub↗

    This is a design plugin for Sketch that populates design mockups with realistic dummy data, including names, avatars, and geographic information. It functions as a placeholder data generator to fill layout designs during the prototyping phase. The project features a local image asset importer that connects local directories to use personal files as source material for generated content. It also includes a dynamic text composer that builds customized strings using random number ranges and randomized arrays to create varied design iterations.

    Enables connecting local directories of personal image files to serve as source material for generated mockups.

    JavaScriptavatarsdesign-assetsdummy-data
    Vezi pe GitHub↗4,299
  • eon01/dockercheatsheetAvatar eon01

    eon01/DockerCheatSheet

    3,938Vezi pe GitHub↗

    Acest proiect este un ghid de referință cuprinzător și un cheat sheet pentru Docker CLI. Oferă o colecție structurată de comenzi și documentație pentru a ajuta utilizatorii să gestioneze ciclurile de viață ale containerelor, să construiască imagini și să gestioneze registrele. Documentația acoperă în mod specific orchestrarea aplicațiilor multi-container folosind Docker Compose și gestionarea serviciilor scalabile pe mai multe noduri prin Docker Swarm. Include, de asemenea, ghiduri detaliate pentru configurarea rețelelor virtuale, a bridge-urilor și a porturilor pentru a controla comunicarea între containere. Suprafața de referință se extinde la administrarea imaginilor de container, inclusiv etichetarea și distribuția, precum și întreținerea resurselor pentru recuperarea spațiului pe disc prin curățarea volumelor neutilizate și a imaginilor „dangling”. Oferă, de asemenea, instrucțiuni pentru inspectarea metadatelor containerelor și monitorizarea performanței. Conținutul este livrat sub formă de documente tehnice bazate pe markdown, găzduite ca fișiere statice într-un repository cu control al versiunilor.

    Lists commands for loading compressed image files from the local filesystem into the image store.

    Vezi pe GitHub↗3,938
  1. Home
  2. DevOps & Infrastructure
  3. Local Image Loading

Explorează sub-etichetele

  • Direct Image File TransfersTransfers built Docker images as files directly to a remote server, loading them into the Docker daemon without a registry. **Distinct from Local Image Loading:** Distinct from Local Image Loading: focuses on transferring image files to a remote server, not loading into a local cluster.
  • Local File Image Imports1 sub-tagLoading compressed or split image files from the local filesystem into the image store. **Distinct from Local Image Loading:** Distinct from Local Image Loading: focuses on importing image files from the local filesystem into the store, not loading into a cluster.
  • Local Image Caching1 sub-tagMechanisms for caching and rendering container images from various sources using local overlay filesystems. **Distinct from Local Image Loading:** Focuses on the persistent caching and filesystem rendering of images rather than just loading them into a cluster.