Minimal Docker image for Tinyproxy HTTP/HTTPS proxy.
Image size: ~385KB (statically compiled, scratch-based)
docker run -d -p 8888:8888 mbotezatu/tinyproxy:latestTest it:
curl -x http://localhost:8888 http://example.comdocker build -t tinyproxy .Build a different version:
docker build -t tinyproxy --build-arg GIT_BRANCH=1.11.1 .Mount a custom config:
docker run -d -p 8888:8888 -v /path/to/tinyproxy.conf:/etc/tinyproxy/tinyproxy.conf tinyproxyDefault config allows all connections. For production, restrict with Allow directives.
- HTTP/HTTPS proxy (CONNECT method)
- URL/domain filtering
- Upstream proxy support (HTTP, SOCKS4, SOCKS5)
- Transparent proxy mode
- Reverse proxy mode