v2fly/docker

v2fly v5 support

veekxt opened this issue · 10 comments

v2fly v5 support

+1

+1

kslr commented

Pr welcome

Based on my understanding. There is no PR needed. Simply just manually trigger the GitHub CI and that's all, but this can only be done by the repo maintainers

For anyone who can't wait, I found this: https://hub.docker.com/r/teddysun/v2ray

It is the same guy who maintained the docker version of xray

kslr commented

Based on my understanding. There is no PR needed. Simply just manually trigger the GitHub CI and that's all, but this can only be done by the repo maintainers

Pushed

Also, need to update starup CMD

CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]

kslr commented

Also, need to update starup CMD

CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]

pushed

Dznan commented

Also, need to update starup CMD

CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]

pushed

I think it would be better if make /usr/bin/v2ray as entrypoint. When we use docker run with different parameters, we don't need to add /usr/bin/v2ray.