You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal Docker image for [Tinyproxy](https://tinyproxy.github.io/), built on Alpine Linux. This image is suitable for lightweight HTTP/HTTPS proxy deployments in containerized environments.
4
+
5
+
## Features
6
+
7
+
- Based on `alpine:latest` for a small footprint
8
+
- Installs `tinyproxy` and `curl`
9
+
- Exposes port `8888` by default
10
+
- Automated multi-architecture builds (amd64, arm64) via GitHub Actions
11
+
- Images published to GitHub Container Registry (`ghcr.io/querateam/docker-tinyproxy:latest`)
0 commit comments