Skip to content

Shiny base image with installed mysql client

License

Notifications You must be signed in to change notification settings

MartinSchmidt123/container-shiny-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Shiny base image with installed mysql client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages