Current version: 1.2.3.368
$ git clone https://github.com/rstudio/shiny-examples.git
# Run shiny-server container and expose 3838 port to host
$ docker run -d \
-v $(pwd)/shiny-examples:/srv/shiny-server \
-p 3838:3838 \
pshevtsov/shiny-server
Open the server on port 3838 in your browser, e.g. http://127.0.0.1:3838