stilleshan/goproxy.

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

10,255 12 arm64 unknown unknown amd64

Build Information

General build information for this image

Docker Hub stilleshan/goproxy
Build Time 28 Oct 2024 07:48:49
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 28 Oct 2024 at 07:48:48

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