dockerfile for tinyproxy on alpine linux.
port is 8888.
docker run -d -p 8888:8888 sinfseven/alpine-tinyproxy
This content is written in tinyproxy.conf.
(tinyproxy.conf is a partial rewrite of the default configuration file)
(default)->(mine)MinSpareServers 5->MinSpareServers 20MaxSpareServers 20->MaxSpareServers 60StartServers 10->StartServers 25MaxRequestsPerChild 0->MaxRequestsPerChild 10000Allow 127.0.0.1->#Allow 127.0.0.1ViaProxyName "tinyproxy"->#ViaProxyName "tinyproxy"