libev port of shadowsocks https://github.com/shadowsocks/shadowsocks-libev
Run shadowsocks ssserver, it will use hostname as password
docker run -p 8388:8388 sunteya/shadowsocks-libev
Run shadowsocks ssserver with environment
docker run -p 8388:8388 -e PASSWORD=YOUR_PASSWORD -e METHOD=aes-256-cf sunteya/shadowsocks-libev
Run shadowsocks ssserver with config file
docker run -p 8388:8388 -v "shadowsocks.json:/etc/shadowsocks.json" sunteya/shadowsocks-libev -c /etc/shadowsocks.json
Run shadowsocks sslocal
docker run -e SS_APP=sslocal -p "1080:1080" sunteya/shadowsocks-libev -l 1080 -b 0.0.0.0
Run shadowsocks sserver with obfs
docker run -p 8388:8388 sunteya/shadowsocks-libev --plugin obfs-server --plugin-opts "obfs=http"
Runs the specified version of shadowsocks-libev
docker run sunteya/shadowsocks-libev:3.0.2-obfs
If you need a http proxy, you can use sunteya/polipo together.
Content type
Image
Digest
Size
5 MB
Last updated
over 9 years ago
docker pull sunteya/shadowsocks-libev