Last active
August 29, 2015 14:13
-
-
Save navicore/5e29dbc93691833d2f7e to your computer and use it in GitHub Desktop.
rstudio via docker
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
| #docker command to run rstudio server | |
| docker run --name rstudio -d -v /Users/navicore/classes/introstat:/src -p 8787:8787 rocker/rstudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment