Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Dec 5, 2021
1 parent 8698b8f commit b987bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/use/managing_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RStudio-based instances now always require a custom password as an environmental
docker run -d -p 8787:8787 -e PASSWORD=clever-custom-password rocker/rstudio
```

Without a password, the container will exit with a warning message instead.
**If a password is not provided, a randomly generated password will be given in the docker log for the container**. Check the terminal output or use `docker logs` command to check.

### RStudio without authentication

Expand Down

0 comments on commit b987bbb

Please sign in to comment.