awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • containerd/nerdctlالصورة الرمزية لـ containerd

    containerd/nerdctl

    10,172عرض على 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
    عرض على GitHub↗10,172
  • kubernetes-sigs/kubebuilderالصورة الرمزية لـ kubernetes-sigs

    kubernetes-sigs/kubebuilder

    8,992عرض على 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
    عرض على GitHub↗8,992
  • rkt/rktالصورة الرمزية لـ rkt

    rkt/rkt

    8,773عرض على 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
    عرض على GitHub↗8,773
  • ko-build/koالصورة الرمزية لـ ko-build

    ko-build/ko

    8,455عرض على 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
    عرض على GitHub↗8,455
  • mightymoud/sidekickالصورة الرمزية لـ MightyMoud

    MightyMoud/sidekick

    7,465عرض على 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
    عرض على GitHub↗7,465
  • superradcompany/microsandboxالصورة الرمزية لـ superradcompany

    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

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

    Rust
    عرض على GitHub↗6,570
  • lxc/lxdالصورة الرمزية لـ lxc

    lxc/lxd

    5,554عرض على 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
    عرض على GitHub↗5,554
  • psviderski/uncloudالصورة الرمزية لـ psviderski

    psviderski/uncloud

    4,653عرض على 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
    عرض على GitHub↗4,653
  • timuric/content-generator-sketch-pluginالصورة الرمزية لـ timuric

    timuric/Content-generator-sketch-plugin

    4,299عرض على 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
    عرض على GitHub↗4,299
  • eon01/dockercheatsheetالصورة الرمزية لـ eon01

    eon01/DockerCheatSheet

    3,938عرض على GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

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

    عرض على GitHub↗3,938
  1. Home
  2. DevOps & Infrastructure
  3. Local Image Loading

استكشف الوسوم الفرعية

  • 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 وسم فرعيLoading 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 وسم فرعيMechanisms 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.