Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 851 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 851 Bytes

docker-shadowsocks-polipo

This Dockerfile builds an image with sslocal and polipo. Based on Debian 7.9 image.

You can pull it from docker hub and 163 hub.

Quick Start

Run from docker hub:

docker run -d -p 127.0.0.1:8123:8123 -e SERVER_ADDR=$SERVER_ADDR -e SERVER_PORT=$SERVER_PORT -e PASSWORD=$SS_PASSWORD liaoxiaorong/shadowsocks-polipo

Run from China mirror(163 docker hub):

docker run -d -p 127.0.0.1:8123:8123 -e SERVER_ADDR=$SERVER_ADDR -e SERVER_PORT=$SERVER_PORT -e PASSWORD=$SS_PASSWORD hub.c.163.com/liaoxiaorong/shadowsocks-polipo

Test:

https_proxy=127.0.0.1:8123 curl https://www.google.com/