Rstudio Server

Just about Rstudio

Back to HOME View Repo

Rstudio Status
build
pulls
size
tag
license

Install Docker & pull rstudio image

curl -sSL https://goo.gl/ryCcwT | sudo sh

Run rstudio

Visit localhost:8787 in your browser and log in with username:password as rstudio:rstudio or customize.

docker run -d -p 8787:8787 -e USER=username -e PASSWORD=password zeyanlin/rstudio:latest

Get help