This is a docker build from https://github.com/shadowsocks/shadowsocks-libev/
docker run -d -e METHOD=rc4-md5 -e PASSWORD=password -p 8388:8388 --restart always ihciah/ss
If you want to use it on openwrt(version spec), you have to use this command instead(It cost me several hours to find this....sad):
docker run -d -e METHOD=rc4-md5 -e PASSWORD=password -p 8388:8388 --restart always ihciah/ss:nofastopen
Content type
Image
Digest
Size
5.8 MB
Last updated
almost 10 years ago
docker pull ihciah/ss