[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jimbrig/shiny-cloudrun-demo

Repository files navigation

Running Shiny app on Google Cloud Run

Build and Deploy to Cloud Run

PROJECTID=$(gcloud config get-value project)
docker build . -t gcr.io/$PROJECTID/shinyrun

Test locally

docker run --rm -p 8080:8080 gcr.io/$PROJECTID/shinyrun:latest

Push image to Google Registry

gcloud auth configure-docker
docker push gcr.io/$PROJECTID/shinyrun

Alternatively, ultilize Googld Builds to build image

gcloud builds submit --tag gcr.io/$PROJECTID/shinyrun

Deploy to Google Cloud Run

gcloud run deploy --image gcr.io/$PROJECTID/shinyrun --platform managed --max-instances 1

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •