This Dockerfile builds an image with Shadowsocks-libev written in pure C. Based on Debian jessie image.
$ sudo docker run --name shadowsocks -d -p 443:443 zhgqthomas/shadowsocks -s 0.0.0.0 -p 443 -k $password -m aes-256-cfb
$ sudo docker stop shadowsocks
$ sudo docker start shadowsocks
After running the image, please go here to download clients.
Make sure docker compose was installed. After clone this project on your host, please run the follow command inside the project.
$ sudo docker-compose up -d