rocker-org / website

A website for the Rocker Project
https://rocker-project.org
Creative Commons Attribution 4.0 International
6 stars 22 forks source link

Clarify root user usage for rstudio when rootless #117

Closed zeehio closed 1 month ago

zeehio commented 1 month ago

Closes https://github.com/rocker-org/rocker-versioned2/issues/844

Thanks to @Tianmaru for finding and reporting the issue

zeehio commented 1 month ago

@eitsupi, I just added a commit explicitly stating that you should use the password displayed in the console.

I hope this answers the question

Tianmaru commented 1 month ago

@zeehio @eitsupi I think it's clear to you, but just to make sure: If I start the container in rootless mode, I can still use -e PASSWORD=<pw>, to specify the password I want to login as user root, instead of relying on the randomly generated password.