Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

use better default password closes #177 #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion stack.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ We are using it in this class to reduce the burden of local installations, but i
3. Launch a system shell and type in

```
docker run --env=PASSWORD=yourpassword --rm --publish=8787:8787 rocker/verse
docker run --env=PASSWORD=foo --rm --publish=8787:8787 rocker/verse
```

On macOS and Linux, your default system shell is an application called "Terminal".
Expand Down