v2ray f9e017d7c4 Move docker files to tools 10 năm trước cách đây
..
Dockerfile f9e017d7c4 Move docker files to tools 10 năm trước cách đây
README.md f9e017d7c4 Move docker files to tools 10 năm trước cách đây
build.sh f9e017d7c4 Move docker files to tools 10 năm trước cách đây
gen-server-cfg.sh f9e017d7c4 Move docker files to tools 10 năm trước cách đây
run.sh f9e017d7c4 Move docker files to tools 10 năm trước cách đây

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