-
Notifications
You must be signed in to change notification settings - Fork 110
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
Docker run Error #379
Comments
Ran into the same issue here, figured it was was an architecture issue(m2 mac) but I saw the same issue on an Ubuntu x86 machine. My setup is as follows: Ubuntu 18.04.4 I have permissions to the directory im using, im honestly not even sure where the error is originating from, since the Dockerfile doesnt appear to be trying to make any directories. Plain and simple, I get this error after running these commands straight from the docs
But for what its worth, it looks like building it myself and running it that way works just fine |
@knolljo I figured it out, its a permissions issue. You need to make sure the directory you are supplying it is writable by all users. so in your case it seems like running I think the bigger issue here is the with that in mind, you should be able to run it with the following, to specify the user with the same PUID/PGID as the one that created the directory: @varbhat any thoughts or preferences? |
When running the command specified in the documentation
docker run -p 5000:5000 -p 42069:42069 -v ./data:/exa/exadir ghcr.io/varbhat/exatorrent:latest
I get following output and the container exits:The text was updated successfully, but these errors were encountered: