-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Don't require root for Docker #2178
Comments
Fixes #2178 and allows using Docker and other image based drivers even when nomad is run as a non-root user. `client/allocdir` tests can be run as a non-root user to ensure this behavior and tests that rely on root or non-root users properly detect their effective user and skip instead of fail.
Shouldn't raw_exec also be excluded from requiring mount privilege? |
whew thanks. Thought I was going to lose the ability to use Nomad! 😨 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
As of #2132 root is required for all drivers to use the mount syscall.
Investigate removing that requirement. Hopefully it's as easy as not bothering to bind mount the alloc dir inside Docker task dirs.
The text was updated successfully, but these errors were encountered: