yuja-liu / shadowsocks-v2ray-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadowsocks server docker image with v2ray plugin

Based on Shadowsocks docker image and v2ray-plugin.

Build

Clone the repository and go to the cloned directory, and then

docker build ./docker -t shadowsocks-v2ray

Run

It is recommended to run a container with docker-compose.

Make change of the configurations in docker-compose.yml, e.g., password, and then create and run a container in the background by

docker-compose up -d

About


Languages

Language:Shell 58.1%Language:Dockerfile 41.9%