Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v2fly/docker
docker build repo for v2fly
https://github.com/v2fly/docker
Last synced: 3 months ago
JSON representation
docker build repo for v2fly
- Host: GitHub
- URL: https://github.com/v2fly/docker
- Owner: v2fly
- License: mit
- Created: 2019-11-10T12:14:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T05:18:14.000Z (11 months ago)
- Last Synced: 2024-08-01T03:22:30.297Z (5 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/v2fly/v2fly-core
- Size: 70.3 KB
- Stars: 736
- Watchers: 26
- Forks: 209
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - v2fly/docker
README
# Docker Fly
docker build repo for v2fly
https://hub.docker.com/r/v2fly/v2fly-core
## Usage
```bash
docker run --rm v2fly/v2fly-core helpdocker run --name v2ray v2fly/v2fly-core $v2ray_args (help, eun etc...)
docker run -d --name v2ray -v /path/to/config.json:/etc/v2ray/config.json -p 10086:10086 v2fly/v2fly-core run -c /etc/v2ray/config.json
# If you want to use v5 format config
docker run -d --name v2ray -v /path/to/config.json:/etc/v2ray/config.json -p 10086:10086 v2fly/v2fly-core run -c /etc/v2ray/config.json -format jsonv5
```