Skip to content
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: 2 additions & 2 deletions content/help/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="intro"></a>
## Why use Containers
Expand Down