Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save navicore/5e29dbc93691833d2f7e to your computer and use it in GitHub Desktop.

Select an option

Save navicore/5e29dbc93691833d2f7e to your computer and use it in GitHub Desktop.
rstudio via docker
#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