shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes. It is a port of shadowsocks created by @clowwindy maintained by @madeye and @linusyang.
Suppose we have a VPS running Debian or Ubuntu. To deploy the service quickly, we can use docker.
$ curl -sSL https://get.docker.com/ | sh
$ docker --version
$ git clone https://github.com/allen0125/shadowsocks-obfs-docker.git
$ cd shadowsocks-obfs-docker
$ docker build -t shadowsocks .
$ docker images
$ vim docker-compose.yml
$ docker-compose up -d
$ docker ps
⚠️ Click here to generate a strong password to protect your server. You can useARGS
environment variable to pass additional arguments