Sign inSign up

minirplus/v2raya

By minirplus

Updated over 1 year ago

based on mzz2017/v2raya, include xray core in one image.

Image
8

10K+

minirplus/v2raya repository overview

minirplus/v2raya

minirplus/v2raya is based on mzz2017/v2raya. Use official github release to build the image. Combine xray core in one image.

Quick Run

run v2rayA use xray core
docker run -it --rm --privileged --network host -v /root/v2raya:/etc/v2raya -e V2RAYA_V2RAY_BIN="/usr/bin/xray" --name v2raya minirplus/v2raya

change /root/v2raya to your v2raya config path location

Add a firewall rule

ufw allow 2017

Visit http://your-public-ip-address:2017

You will see the v2rayA dashboard. Login into the dashboard use the username and password.

Done!

Ctrl+C will stop the v2rayA service and rm the container.

Usage

Run v2rayA use xray core
docker run -d --restart always --privileged --network host -v /root/v2raya:/etc/v2raya -e V2RAYA_V2RAY_BIN="/usr/bin/xray" --name v2raya minirplus/v2raya

change /root/v2raya to your v2raya config path location

Add a firewall rule

ufw allow 2017

Visit http://your-public-ip-address:2017

You will see the v2rayA dashboard. Login into the dashboard use the username and password.

Contributing

no contributing needed.

License

MIT

Tag summary

Content type

Image

Digest

sha256:784e82707

Size

36.4 MB

Last updated

almost 4 years ago

docker pull minirplus/v2raya