Tiny image which brings you a Shadowsocks server using shadowsocks-libev.
960
Tiny image which brings you a Shadowsocks server using shadowsocks-libev
{
"server":"<server_ip>",
"server_port":8888,
"local_port":1080,
"password":"<password>",
"timeout":180,
"method":"<encryption>"
}
The server needs to listen at port 8888 because that's the port that docker image exposed. You will able to map it to a different port later. DO NOT change this port unless you know what you are doing.
docker run -d \
-p <actual_port>:8888 \
-v <some_path>/ss-server.json:/etc/shadowsocks-libev/config.json \
sgrio/alpine-ssserver
Content type
Image
Digest
Size
4.8 MB
Last updated
over 8 years ago
docker pull sgrio/alpine-ssserver