Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 439 Bytes

docker-shiny-base

This docker image can be used as a base image for shiny apps used with ShinyProxy. It includes a mysql database client required in most of our apps.

Test environment

Run

docker run --rm -p 3838:3838 privatedata/shiny-base

and visit localhost:3838.

Build the image

To build the image yourself, clone this repository and run

docker build -t shiny-base .