You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/tools/docker
Darien Raymond 001c0cc725
Merge pull request #74 from kxjhlele/patch-9
9 years ago
..
Dockerfile Update Dockerfile 9 years ago
README.md Move docker files to tools 9 years ago
build.sh Move docker files to tools 9 years ago
gen-server-cfg.sh Update gen-server-cfg.sh 9 years ago
run.sh Move docker files to tools 9 years ago

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