Created
February 9, 2016 00:44
-
-
Save tengpeng/737062b0ce502461da97 to your computer and use it in GitHub Desktop.
rstudio docker start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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