What docker image(s) is this feature applicable to?
base-notebook
What change(s) are you proposing?
Hello !
I hope this is the right place for this message
I'm running a jupyter docker with parameters NB_USER, NB_UID, NB_GID which is very usefull.
I would like to add a group to the user in the running container, however the docker run option "--group-add" does not work in this context.
Unless I misunderstood something, I would suggest to modify the "starts.sh" script so that multiple groups can be added to the current user. I don't know exactly how to modify this script but it would imply adding a new user parameter.
How does this affect the user?
This feature will give the possibility to add multiple groups to the user
Anything else?
No response