Dockerfile for 3proxy, a tiny proxy
Dockerfile for 3proxy, a tiny proxy. Based on Alpine Linux.
Since this image is packages just has been installed, you need to specify the valid configuration file yourself. The bundled 3proxy.cfg.example
is an example to make a SOCKS proxy using 1.1.1.1.
$ docker run --rm \
-e 1080:1080 \
-v $(pwd)/3proxy.cfg.example:/3proxy.cfg:ro \
t13a/3proxy