-
Notifications
You must be signed in to change notification settings - Fork 15
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
run containers as host user #7
Comments
Found this recommendation courtesy of the manim community:
|
doesn't work, because the containers themselves won't have the local user, have it a try and its a hot mess. |
There is a way to do it but yeah... it would take a big lift... |
https://github.com/RandyMcMillan/docker.shell |
Do we still want to do this? |
I am not super concerned with it, but it writing out files as |
I will mess around with a config that defaults to root but allows for a user=user_name option. |
i know how to do this... i will take another look since I am doing some work on the playground... |
Adding
user: ${user}
to a docker-compose service will allow you to run a service with the host's username. This allows files created within the container to have the same permissions as the host. This would resolve issues with not being able see the contents of mounted volumes.The text was updated successfully, but these errors were encountered: