You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ldap_auth file present in this repo allows to use LDAP authentication with RStudio instead of a custom password being setup. This requires the image to have the ldap3 python package installed. You still need to pass the username when launching rserver with --server-user.
We also recommend using custom logging.conf to control verbosity.
Some additional bindings are required to fully use rstudio and interact with LSF.
Some of the paths inside the container will need to be writable, particularly the settings folders. In the example, <WORK_DIR> can be replaced with a folder you control. The bind on <WORK_DIR> shouldn't take much storage so it's fine to bind that to somewhere on your home folder.
By default an rstudio folde will try to be created in /tmp. Because this may be a shared environment and to allow multiple users at the same time, in this example a custom bind is in place for that using /tmp/$(whoami)/rstudio
<PORT> is an open port on the host you're launching RStudio. You can set PORT as an environment variable with the first open free port using this: