Sign inSign up

snakeliwei/ss-libev

By snakeliwei

Updated almost 10 years ago

# ss-libev ## docker-shadowsocks

Image
0

1.4K

snakeliwei/ss-libev repository overview

ss-libev

docker-shadowsocks

This Dockerfile builds an image with the shadowsocks-libev. Based on alpine image.

Quick Start: This image uses ENTRYPOINT to run the containers as an executable.

$ docker run -d -p 1984:1984 snakeliwei/ss-libev -s 0.0.0.0 -p 1984 -k $SSPASSWORD -m aes-256-cfb

You can configure the service to run on a port of your choice. Just make sure the port number given to Docker is the same as the one given to shadowsocks. Also, it is highly recommended that you store the shadowsocks password in an environment variable as shown above. This way the password will not show in plain text when you run docker ps.

For more command line options, refer to the shadowsocks documentation.

Tag summary

Content type

Image

Digest

Size

5.2 MB

Last updated

almost 10 years ago

docker pull snakeliwei/ss-libev