Skip to content
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

Clarify root user usage for rstudio when rootless #117

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions images/versioned/rstudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ docker run --rm -ti -p 8787:8787 rocker/rstudio
The non-root default user `rstudio` is set up as RStudio Server user,
so please enter the username `rstudio` and a randomly generated password
which is displayed in the console to the RStudio login form.
If your container system runs rootless, you will have to use the `root`
user to login instead, using the randomly generated password displayed in the console. In this case the privileges of the `root` user
in the container are already bounded by your regular user permissions
in the host system.

RStudio will not start if the default command (`/init`) is overridden.
To use R on the command line, specify the `R` command as follows.
Expand Down
Loading