This installs the package needed for doing the exercises from the book "Statistical Rethinking" by Richard McElreath.
$ docker run -d -p 127.0.0.1:8787:8787 thacoon/docker-rethinking
Visit localhost:8787
in your browser and log in with username:password as rstudio:rstudio
.
$ docker run -d -p 8787:8787 --name CHOOSE_A_NAME thacoon/docker-rethinking
$ docker run -d -p 8787:8787 -v LOCAL_PATH:/home/rstudio/CUSTOM_FOLDER thacoon/docker-rethinking
$ docker run -d -p 8787:8787 -e PASSWORD=yourpasswordhere thacoon/docker-rethinking