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
·
dqzboy avatar

dqzboy/Docker-Proxy

0
View on GitHub↗
4,289 Stars·599 Forks·JavaScript·Apache-2.0·2 Aufrufedqzboy.github.io/docs↗

Docker Proxy

Docker-Proxy ist ein selbstgehosteter Dienst für das Caching und Spiegeln von Container-Images. Er fungiert als Registry-bewusster Reverse-Proxy, der Anfragen an Remote-Registries abfängt und Image-Layer auf lokalen Festplatten speichert, um die Abrufgeschwindigkeit zu erhöhen und die Abhängigkeit von der Stabilität externer Netzwerke zu verringern.

Der Dienst umfasst eine webbasierte Verwaltungsoberfläche zum Suchen gespiegelter Images und zur Überwachung des Servicestatus. Er unterstützt eine anmeldebasierte Authentifizierung, um auf private Images zuzugreifen und die von Remote-Anbietern auferlegten Ratenbegrenzungen für anonyme Pulls zu umgehen.

Der Proxy verwaltet den Traffic durch Domain-Mapping und Sicherheitszertifikate und bietet gleichzeitig Kontrollen für Cache-Eviction und IP-Zugriffsbeschränkungen. Der Speicher kann so konfiguriert werden, dass er auf dem lokalen Dateisystem persistiert oder im flüchtigen Speicher verbleibt.

Das Projekt unterstützt containerisiertes Deployment für ein optimiertes Self-Hosting.

Features

  • Upstream Registry Caching - Functions as a pull-through cache that stores images from external registries to accelerate retrieval.
  • Disk Persistence - Provides local disk persistence for storing mirrored container image layers.
  • Container Registry Authentications - Uses account credentials to securely pull private images through the proxy.
  • Container Image Caching - Caches container image layers locally to minimize upstream requests and bypass rate limits.
  • Container Registry Proxies - Acts as a registry-aware reverse proxy to route traffic between runtimes and remote registries.
  • Registry Proxy Mirrors - Intercepts registry pull requests to serve content from a local mirror or fallback to the original registry.
  • Proxy Traffic Management - Handles domain mapping and security certificates to route network traffic between container runtimes and remote registries.
  • Upstream Token Bridging - Implements token bridging to authenticate requests to upstream registries on behalf of users.
  • Registry Authentication Providers - Manages registry credentials to access private images and circumvent anonymous pull rate limits.
  • Time-Based Expirations - Automatically removes old mirrored images from local storage using time-based expiration policies.
  • Proxy Caches - Implements a caching proxy that manages local image TTLs and enforces IP access limits.
  • Web-Based Container Management - Includes a web interface for searching mirrored images and updating service configurations.
  • Reverse Proxy Configurations - Manages reverse proxy configurations for domain mapping and SSL termination of registry traffic.
  • Storage Backend Configurations - Allows configuration of the storage backend to toggle between local filesystem persistence and volatile memory.
  • Reverse Proxy Configurations - Provides utility for configuring reverse proxy routing to map domains to the registry mirror.
  • Web-Based Management Interfaces - Provides a browser-based administrative console for monitoring service status and searching mirrored images.
  • Private Proxy Administration - Provides administrative tools for managing a self-hosted registry proxy, including a web dashboard.
  • Self-Hosted Proxy Solutions - One-click deployment tool for managing and accelerating container registries.

Star-Verlauf

Star-Verlauf für dqzboy/docker-proxyStar-Verlauf für dqzboy/docker-proxy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht dqzboy/docker-proxy?

Docker-Proxy ist ein selbstgehosteter Dienst für das Caching und Spiegeln von Container-Images. Er fungiert als Registry-bewusster Reverse-Proxy, der Anfragen an Remote-Registries abfängt und Image-Layer auf lokalen Festplatten speichert, um die Abrufgeschwindigkeit zu erhöhen und die Abhängigkeit von der Stabilität externer Netzwerke zu verringern.

Was sind die Hauptfunktionen von dqzboy/docker-proxy?

Die Hauptfunktionen von dqzboy/docker-proxy sind: Upstream Registry Caching, Disk Persistence, Container Registry Authentications, Container Image Caching, Container Registry Proxies, Registry Proxy Mirrors, Proxy Traffic Management, Upstream Token Bridging.

Welche Open-Source-Alternativen gibt es zu dqzboy/docker-proxy?

Open-Source-Alternativen zu dqzboy/docker-proxy sind unter anderem: spegel-org/spegel — Spegel is a container registry cache and peer-to-peer distribution system for Kubernetes. It functions as an OCI image… rpardini/docker-registry-proxy — This project provides a centralized infrastructure management solution for container environments, designed to… cloudflare/serverless-registry — Serverless Registry is a container registry service implemented as a serverless application. It provides a platform… xixu-me/xget — Xget is an edge-based network proxy and request router designed to optimize connectivity and reduce latency for remote… kubernetes/ingress-nginx — This project is a Kubernetes Ingress Controller that functions as a layer 7 traffic router and NGINX reverse proxy. It… cmliu/cf-workers-docker.io — This project is a Cloudflare Workers Docker proxy and container registry mirror. It functions as an HTTP request proxy…

Open-Source-Alternativen zu Docker Proxy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Docker Proxy.
  • spegel-org/spegelAvatar von spegel-org

    spegel-org/spegel

    3,485Auf GitHub ansehen↗

    Spegel is a container registry cache and peer-to-peer distribution system for Kubernetes. It functions as an OCI image mirror and content addressable store that shares image layers between cluster nodes to reduce external registry traffic and latency. The project implements a distributed hash table to locate image digests across the network, allowing nodes to retrieve content from peers rather than repeated external downloads. This architecture mitigates registry rate-limiting and provides offline image availability to prevent workload failures during registry outages. The system covers capa

    Gocloudcontainerddocker
    Auf GitHub ansehen↗3,485
  • rpardini/docker-registry-proxyAvatar von rpardini

    rpardini/docker-registry-proxy

    1,173Auf GitHub ansehen↗

    This project provides a centralized infrastructure management solution for container environments, designed to streamline registry authentication, image caching, and network traffic routing. By acting as a transparent proxy and registry mirror, it intercepts container engine requests to enforce consistent security policies and reduce external bandwidth consumption. The system simplifies access management by centralizing credentials for multiple external container registries, eliminating the need for individual client-side configurations. It further automates infrastructure setup through the i

    Shellca-certificatedockerdocker-mirror
    Auf GitHub ansehen↗1,173
  • cloudflare/serverless-registryAvatar von cloudflare

    cloudflare/serverless-registry

    1,405Auf GitHub ansehen↗

    Serverless Registry is a container registry service implemented as a serverless application. It provides a platform for hosting and managing container images by leveraging distributed object storage and edge computing to handle image layers and metadata. The project distinguishes itself by utilizing edge-side request proxying and lazy pull-through caching to manage external image dependencies. By fetching and persisting remote images on demand, it improves availability and access speeds for container runtimes. The system also employs chunked stream processing to manage large image layers, ens

    TypeScriptartifactscloudflarecontainer
    Auf GitHub ansehen↗1,405
  • xixu-me/xgetAvatar von xixu-me

    xixu-me/Xget

    8,150Auf GitHub ansehen↗

    Xget is an edge-based network proxy and request router designed to optimize connectivity and reduce latency for remote resources. It functions as a high-performance interface for AI inference API requests, container registry mirroring, and the acceleration of Git repository operations and software package mirrors. The system distinguishes itself through protocol-aware proxying that preserves authentication and headers for Git and container registries. It utilizes rule-based URL transformation to map requests to accelerated upstream provider endpoints and employs a response rewriting mechanism

    JavaScript
    Auf GitHub ansehen↗8,150
Alle 30 Alternativen zu Docker Proxy anzeigen→