Skip to content

A proof-of-concept repo for building containerised R Shiny apps

Notifications You must be signed in to change notification settings

joshpencheon/r-shiny-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r-shiny-poc

A proof-of-concept repo for building containerised R Shiny apps. Also see the accompanying infrastructure-as-code repository.

Building new images

To build images of all the shiny apps, run the following:

$ make build

They can then be pushed to the GitHub Container Registry (assuming your docker client is authenticated) using:

$ make push

Orchestrated deployment

The built images can then be deployed in a configuration-driver manner. See the accompanying infrastructure repository for details; specifically, the deployments.tf file.

About

A proof-of-concept repo for building containerised R Shiny apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages