Hello,
I installed RStudio-server in a container Docker with a Dockerfile (based on ubuntu 24.04). To install rstudio-server, I used the user root in the Dockerfile.
Now I want to run the container Docker and the rstudio-server but with a user rootless in the Docker image. I failed to run rstudio-server with a rootless user, I have errors. Is it a way to run rstudio-server with a rootless user ?
Thanks