stilleshan/ga-proxy.

基于 Google Analytics 加速代理服务项目的 docker 镜像,新增同时支持 X86 和 ARM 架构.

148 2 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/ga-proxy
Build Time 01 Feb 2022 14:28:47
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.2.0 01 Feb 2022 at 14:28:46

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  ga-proxy:
    image: stilleshan/ga-proxy:1.2.0
    container_name: ga-proxy
    restart: no

CLI

docker create \
  --name=ga-proxy \  --restart no \
  stilleshan/ga-proxy:1.2.0