based on mzz2017/v2raya, include xray core in one image.
10K+
minirplus/v2raya is based on mzz2017/v2raya. Use official github release to build the image. Combine xray core in one image.
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.
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.
no contributing needed.
Content type
Image
Digest
sha256:784e82707…
Size
36.4 MB
Last updated
almost 4 years ago
docker pull minirplus/v2raya