stilleshan/goproxy.

基于 goproxy 项目的 docker 镜像,新增同时支持 X86 和 ARM 架构.

8,341 11 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub stilleshan/goproxy
Build Time 30 Apr 2024 03:02:17
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 30 Apr 2024 at 03:02:15

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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