-
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
support (per-container) user namespace remapping #23918
Comments
@geekodour isn't this configurable already in |
afaiu, This feature is more about being able to assign a user-namespace at runtime to the container we want to run. This has some historical info about it: moby/moby#27548 But I am unsure about the current status upstream aswell.
I see, makes sense! I wonder how this plays out with podman EDIT: podman does support this ootb, with |
Ok, I think I know why I was confused. The containers all run in their own user namespace. But it's the user remapping for the namespaces that you want to set individually per-container. Totally sensible. I'll mark this for roadmapping, but it might also be an interesting issue for someone to try to contribute from the community if one were so inclined. |
I was wondering where would the feature of providing per container user-ns go in nomad?
Following are recent developments in k8s:
Mirantis/cri-dockerd#74
kubernetes/enhancements#127
Is it something nomad would like to support? if yes does it go in the docker driver or how would this roughly be implemented?
cc: @tgross
The text was updated successfully, but these errors were encountered: