This repository explains how to run a Shiny app in ShinyProxy.
To pull the image made in this repository from Docker Hub, use
sudo docker pull openanalytics/shinyproxy-demoThe relevant Docker Hub repository can be found at https://hub.docker.com/r/openanalytics/shinyproxy-demo
To build the image from the Dockerfile, navigate into the root directory of this repository and run
sudo docker build -t openanalytics/shinyproxy-demo .Create a ShinyProxy configuration file (see application.yml for a complete file), containing:
specs:
- id: 01_hello
display-name: Hello Application
description: Application which demonstrates the basics of a Shiny app
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
container-image: openanalytics/shinyproxy-demo
- id: 06_tabsets
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
container-image: openanalytics/shinyproxy-demo(c) Copyright Open Analytics NV, 2016-2022.