stilleshan/tinyproxy.

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

6,059 4 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/tinyproxy
Build Time 08 Apr 2022 04:14:04
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.11.0 08 Apr 2022 at 04:14:03

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  tinyproxy:
    image: stilleshan/tinyproxy:1.11.0
    container_name: tinyproxy
    restart: no

CLI

docker create \
  --name=tinyproxy \  --restart no \
  stilleshan/tinyproxy:1.11.0