|
|
10 년 전 | |
|---|---|---|
| .. | ||
| Dockerfile | ffa2f49621 add: docker file | 10 년 전 |
| README.md | ffa2f49621 add: docker file | 10 년 전 |
| build.sh | ffa2f49621 add: docker file | 10 년 전 |
| gen-server-cfg.sh | ffa2f49621 add: docker file | 10 년 전 |
| run.sh | ffa2f49621 add: docker file | 10 년 전 |
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