Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start docker #40

Closed
yjiangnan opened this issue Jun 26, 2022 · 2 comments
Closed

Cannot start docker #40

yjiangnan opened this issue Jun 26, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@yjiangnan
Copy link

yjiangnan commented Jun 26, 2022

I get the following error message:

$ docker logs v2ray
V2Ray 4.22.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.13.5 linux/amd64)
A unified platform for anti-censorship.
main: failed to create server > v2ray.com/core/app/log: failed to initialize access logger > open /var/folders/bk/5d1vvhsn1h7fjv4_blhxvpgm0000gn/T/cenmrev.v2rayx.log/access.log: no such file or directory
@SkyperTHC
Copy link

The examples from the original v2ray docker image dont work and throw errors. Instead I manage to start it like this:

example config.json located to v2ray/config.json

docker run  --rm --name v2ray -v $(pwd)/v2ray:/etc/v2ray -p 10086:10086 v2fly/v2fly-core

Someone should really update the examples as they no longer work.....

@kslr kslr added the bug Something isn't working label Oct 31, 2022
@kslr
Copy link
Contributor

kslr commented Nov 8, 2022

@kslr kslr closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants