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.
Run
docker run --rm -p 3838:3838 privatedata/shiny-baseand visit localhost:3838.
To build the image yourself, clone this repository and run
docker build -t shiny-base .