From 889561aeb0a7eb16dd3e97b697893fd2032b2855 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Mon, 27 Apr 2020 01:49:55 -0700 Subject: [PATCH] Add Cloud Run info --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6ff5091..fe941ac 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ gcr.io: docker run -d -p 8080:8080 gcr.io/tenox7/wrp:latest ``` +## Cloud Run + +```shell +gcloud run deploy --image gcr.io/tenox7/wrp --platform managed +``` + +Or from [Web UI](https://console.cloud.google.com/run). Use `gcr.io/tenox7/wrp` as container image URL. + +Note that Cloud Run forces redirect to https. Your browser support of encryption protocols and certification authorities will vary. + + ## Flags ```flags