Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 9, 2016 00:44
Show Gist options
  • Select an option

  • Save tengpeng/737062b0ce502461da97 to your computer and use it in GitHub Desktop.

Select an option

Save tengpeng/737062b0ce502461da97 to your computer and use it in GitHub Desktop.
rstudio docker start
mkdir -p /var/projects/rstudio-server
docker run -d \
-p 8787:8787 \
-e USER=<username> \
-e PASSWORD=<password> \
-v /var/projects/rstudio-server/:/home/ \
rocker/ropensci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment