项目作者: thacoon

项目描述 :
RStudio docker with additional packages for "Statistical Rethinking"
高级语言:
项目地址: git://github.com/thacoon/docker-rethinking.git
创建时间: 2017-10-26T14:51:26Z
项目社区:https://github.com/thacoon/docker-rethinking

开源协议:MIT License

下载


Overview

This installs the package needed for doing the exercises from the book “Statistical Rethinking” by Richard McElreath.

Quickstart

$ 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.

Name your coontainer

$ 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

Use custom password

$ docker run -d -p 8787:8787 -e PASSWORD=yourpasswordhere thacoon/docker-rethinking