/shiny-server-docker

Docker image for RStudio Shiny Server

GNU Affero General Public License v3.0AGPL-3.0

Docker image for RStudio Shiny Server

Current version: 1.2.3.368

Example usage

$ 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