-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow multiple users to run Docker rootless #491
Comments
Hi @daks, good idea. I'll have a look and see how it can be achieved. |
Hello! I actually have the same request please, now that I am starting to take this into use.
Currently I was trying to setup a shared |
Sorry for not getting back to this earlier, I'll see what I can do. |
One of the issues is that it will be alot of loops, since everything is basically copied to the |
At least I like the dockeruser being |
Hi, as stated before my use case is to configure multiple users to use Docker rootless, and wanted to have the role to install and configure it for each. My idea was to
In my idea, in case 1. you can imagine deprecating the use of a single element later, or let both be possible. And the implementation would mean to manage an internal variable equal to I haven't worked on this since I opened this issue so I'm not sure how those ideas are easy to implement. I may find some time later but no idea when. |
Hello,
if I understand correctly the code, currently it only allows configuring one user to run Docker rootless.
I would like to be able to run a list of users. I think running rootless containers with different users may be a way to improve security further (no access to each other files for example).
Do you think it could be added?
The text was updated successfully, but these errors were encountered: