jsta / r-docker-tutorial

A docker tutorial for reproducible research
http://jsta.github.io/r-docker-tutorial
250 stars 94 forks source link

Ajstewartlang patch 1 #55

Closed ajstewartlang closed 2 years ago

ajstewartlang commented 3 years ago

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

jsta commented 2 years ago

Thanks for the PR!