-
Notifications
You must be signed in to change notification settings - Fork 26
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
I live in a world of nobodies! #74
Comments
Mapping the root user into the container is... difficult... and I have not found a workable solution yet. See also #6. |
You can also see how the current user-mapping mechanism works here: Lines 96 to 132 in ae9fa1d
Lines 9 to 63 in ae9fa1d
I'm open to suggestions on how to do a better job with it, since I haven't found one yet. |
Wait, so this has always been the case? I could have sworn I used That is indeed frustrating. Well, it is what it is -- I understand it's a difficult problem, and this is a very nice project nonetheless. I may have to Pandora-ify VSCodium for now though. |
If it helps, the way I solved this problem was to add a shell config to VSC to SSH into my machine and cd to the project directory. Not the nicest solution, but it does work... |
holy shit that's disgusting. i might also do it though |
Sorry for the flippant title.
The issue is that programs running under
boxxy
see all users asnobody
, with the exception of the user launching the program. For instance:This causes a few issues, such as not being able to
sudo
:The text was updated successfully, but these errors were encountered: