Sign inSign up

wuyl/shadowsocks

By wuyl

Updated almost 8 years ago

with the Python implementation of shadowsocks. Based on Ubuntu 16.04 image.

Image
0

954

wuyl/shadowsocks repository overview

shadowsocks

This Dockerfile builds an image with the Python implementation of shadowsocks. Based on Ubuntu 16.04 image.

Quick Start

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

  
    docker run --restart=always -d -p $PORT:$PORT wuyl/shadowsocks -s 0.0.0.0 -p $PORT -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


shadowsocks client download link can be found in below link https://github.com/shadowsocks

Tag summary

Content type

Image

Digest

Size

177.8 MB

Last updated

almost 8 years ago

docker pull wuyl/shadowsocks