From c19e229ad23fc8e9c7c7d88725893a241ffa3fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs?= Date: Fri, 21 Feb 2020 09:26:33 +0100 Subject: [PATCH] Change user name As explained in some slides the user is `rstudio` --- content/help/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/help/docker.md b/content/help/docker.md index 7fb7811ef..5d913af8e 100644 --- a/content/help/docker.md +++ b/content/help/docker.md @@ -49,12 +49,12 @@ or [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/). RStudio will be available on your web browser at `https://localhost:8787`. The USER is fixed to always being - `bioc`. The password in the above command is given as `bioc` but + `rstudio`. The password in the above command is given as `bioc` but it can be set to anything. `8787` is the port being mapped between the docker container and your host machine. NOTE: password cannot be `rstudio`. - The user is logged into the `bioc` user by default. + The user is logged into the `rstudio` user by default. ## Why use Containers