Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 678 Bytes

File metadata and controls

17 lines (13 loc) · 678 Bytes

About shinyapp

Publish hcss shinyapp docker image

HCSS shinyapp container definition.
Container used to run shinyapps hosted within shinyproxy.

Frameworks used

  • shinyapp

Docker image details

Base image: rocker/r-ubuntu:20.04
Exposed ports: 8000
Additional installed resources:

  • Troubleshooting: vim, net-tools, dos2unix

Manual execution of a shiny app

docker run -it -v D:\Download\app:/srv/app -p 3838:3838 ghcr.io/hcss-data-lab/shinyapp/hcss_shinyapp:latest /bin/bash