Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.31 KB

shadowsocks-obfs-docker

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.

Install docker

$ curl -sSL https://get.docker.com/ | sh
$ docker --version

Build docker image

$ git clone https://github.com/allen0125/shadowsocks-obfs-docker.git
$ cd shadowsocks-obfs-docker
$ docker build -t shadowsocks .
$ docker images

Edit the password in docker-compose.yml

$ vim docker-compose.yml

Run docker container

$ docker-compose up -d
$ docker ps

⚠️ Click here to generate a strong password to protect your server. You can use ARGS environment variable to pass additional arguments