Please have a look first into https://github.com/saagie/rstudio-docker
To add some Rstudio user accounts ( no LDAP auth):
- Connect to the platform
- go on rstudio env
- use an admin account to create the user
- Go into "Terminal" tab
User creation: sudo adduser my_new_user
Add user in group (staff) : sudo adduser my_new_user staff
Save
To save new users that just have been created, use this command: ./backupusers
This create an archive on a mounted volume.which automatically recreates users when the Docker Rstudio is restarted.
Comments
0 comments
Article is closed for comments.