-
Notifications
You must be signed in to change notification settings - Fork 124
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
'root' group is required #57
Comments
Not to my knowledge... I don't know if that group thing is required. I don't know much about this sort of thing... why isn't there a root group? |
If I try to use the plugin in CoreOS I get the same error. There is a root group, but I think because docker or the socket is not owned by root:root but root:docker this error appears. |
I'm not sure I do anything explicitly to set the group to Are you seeing this error just running the binary directly? If so... I've got nothing. I just us Go's If you're running it through |
I ran into this same issue trying to install on Clear Linux... no luck with updating the unit file, nor even changing group ownership of the socket itself. However, what seems to be the case is that whatever API is used is fed by the |
On systems where no group named 'root' exist, docker-volume-local-persist fails to start with the following error:
Starting... Found 0 volumes on startup
Group root not found
Is there a way to get around without having to add the root group?
The text was updated successfully, but these errors were encountered: