shadowsocks-libev docker images, based on alpine.
687
Shadowsocks-libev docker image built based on latest version of Alpine linux & shadowsocks-libev 3.2.0. This image can be very slim, the size is only 10.5MB.
To run it by only one simple command:
docker run -d --name=ss-libev -p 18693:18693 --restart=always timothyye/ss-libev:latest -p 18693 -k YourSSPassword -m chacha20-ietf-poly1305
Parameters:
-p 18693:18693 the port mapping of Docker container, you can change it to your favorite port.
-p 18693 this is the port of ss server to listen, must be the same as the previous parameter
-k YourSSPassword change it to your password
-m encrypt method, the default cipher is rc4-md5, but not recommended!
All supported methods are: aes-128-gcm, aes-192-gcm, aes-256-gcm, aes-128-cfb, aes-192-cfb, aes-256-cfb, aes-128-ctr, aes-192-ctr, aes-256-ctr, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, bf-cfb, chacha20-ietf-poly1305, xchacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf.
Content type
Image
Digest
Size
5.7 MB
Last updated
about 6 years ago
docker pull timothyye/ss-libev