From f22b667d323e87c57161b4f1a5e6580e98af6fc5 Mon Sep 17 00:00:00 2001 From: FrAeleinnma <56732411+Char-XWW@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:16:01 +0100 Subject: [PATCH] use better default password closes #177 --- stack.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.Rmd b/stack.Rmd index e2abf06..fd407d5 100644 --- a/stack.Rmd +++ b/stack.Rmd @@ -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".