In Update 02-Launching-Docker.Rmd
Added the -e PASSWORD=YOURNEWPASSWORD bit on line 49 as RStudio now needs a new (not the default) password when it is launched within the container.
Updated lines 82 and 84 to also reflect this.
Updated line 77 to make it clear Mac users should also use the localhost option for accessing the container in the browser.
In Update 06-Sharing-all-your-analysis.Rmd
The --email flag (and the need to input your email address) has been deprecated in docker login
In Update 02-Launching-Docker.Rmd Added the
-e PASSWORD=YOURNEWPASSWORD
bit on line 49 as RStudio now needs a new (not the default) password when it is launched within the container. Updated lines 82 and 84 to also reflect this. Updated line 77 to make it clear Mac users should also use thelocalhost
option for accessing the container in the browser.In Update 06-Sharing-all-your-analysis.Rmd The --email flag (and the need to input your email address) has been deprecated in
docker login