Skip to content

Instantly share code, notes, and snippets.

@wesslen
Last active August 13, 2017 20:24
Show Gist options
  • Save wesslen/122d8caaee8a68df80870ad5db3c03cd to your computer and use it in GitHub Desktop.
Save wesslen/122d8caaee8a68df80870ad5db3c03cd to your computer and use it in GitHub Desktop.
Shiny demos on Docker
# Step 1: Go to http://play-with-docker and create an instance
# Step 2: Run "docker run -d -p 3838:3838 -p 8787:8787 -e ADD=shiny rocker/rstudio"
# The 2nd part of Step 2 runs silently and takes about 3 minutes to install shiny-server
# Step 3: Click 8888 link to open in browser. Copy token and press ok. (username/pwd rstudio/rstudio)
shiny::runExample()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment