shadowsocks is a fast tunnel proxy that helps you bypass firewalls
Run shadowsocks ssserver, it will generate a random password on start
docker run -p 8388:8388 sunteya/shadowsocks
Run shadowsocks ssserver with argments
docker run -p 8388:8388 -e SS_ARGS="-k password -m aes-256-cfb" sunteya/shadowsocks
Run shadowsocks ssserver with config file
docker run -p 8388:8388 -v "shadowsocks.json:/etc/shadowsocks.json" sunteya/shadowsocks
Run shadowsocks sslocal
docker run -e SS_APP=sslocal -p "1080:1080" -v "shadowsocks.json:/etc/shadowsocks.json" sunteya/shadowsocks
Runs the specified version of shadowsocks
docker run sunteya/shadowsocks:2.6.8
If you need a http proxy, you can use sunteya/polipo together.
Content type
Image
Digest
sha256:6770162fe…
Size
31.8 MB
Last updated
over 10 years ago
docker pull sunteya/shadowsocks