stilleshan/gh-proxy.

基于 GitHub Proxy 代理下载项目的 docker 镜像,新增同时支持 X86 和 ARM 架构.

11,580 4 amd64 unknown unknown arm64

Build Information

General build information for this image

Docker Hub stilleshan/gh-proxy
Build Time 19 Feb 2024 02:26:48
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 19 Feb 2024 at 02:26:44

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  gh-proxy:
    image: stilleshan/gh-proxy:latest
    container_name: gh-proxy
    restart: no

CLI

docker create \
  --name=gh-proxy \  --restart no \
  stilleshan/gh-proxy:latest