Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 333 Bytes

docker-alpine-tinyproxy

Docker image based on Alpine Linux with tinyproxy

Start TinyProxy with default settings:

docker run -d -i -p 8888:8888 ezbiranik/docker-alpine-tinyproxy

Start TinyProxy with specified upstream:

docker run -d -i -p 8888:8888 -e "UPSTREAM=192.168.1.1:3128" ezbiranik/docker-alpine-tinyproxy