Skip to content

allen0125/shadowsocks-obfs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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