Darien Raymond 001c0cc725 Merge pull request #74 from kxjhlele/patch-9 9 年之前
..
Dockerfile dd46442735 Update Dockerfile 9 年之前
README.md f9e017d7c4 Move docker files to tools 9 年之前
build.sh f9e017d7c4 Move docker files to tools 9 年之前
gen-server-cfg.sh 6e84500162 Update gen-server-cfg.sh 9 年之前
run.sh f9e017d7c4 Move docker files to tools 9 年之前

README.md

Docker build for v2ray

Usage

To build the image:

./build.sh

Then spin up a v2ray instance with:

./run.sh

The build script will generate a server config file with random user id. You can get it from server-cfg.json.

To tail the access log, run:

docker exec v2ray tail -F /v2ray/logs/access.log