/cloud-run-edge-runtime

Experiment for Edge Runtime code on Cloud Run

Primary LanguageJavaScript

Cloud Run Edge Runtime

Running Edge Runtime code on Cloud Run.

You can package your Edge Runtime code into a container and run it on Cloud Run, a serverless platform.

Deploy to Cloud Run

Simply click

Run on Google Cloud

Or clone this repo and run this command:

gcloud run deploy

Both of these commands will build the sources into a container and deploy it to a Cloud Run service

Build and run Locally

Build with

docker build -t edge-runtime

Run locally with:

docker run -p 8080:8080 edge-runtime