Open arunoruto opened 1 month ago
Hi @arunoruto
Thanks for highlighting your use case for setting the UID and GID at run time in the container, this is something that we are investigating and will feed back here when we have more information on the matter
I am currently implementing a small bash script, which would launch an individual Matlab instance per user via Docker. Here is my current progress, and I can launch it for all three "versions" (X11, browser, VNC):
When running the script (with VNC), I get the following permission error:
Is there a way to make these things available for any user/group ID? Or are there any security reasons for doing so? It would be nice to change the user ID inside the container without building a new image per user :)