Add Cloud Run info

This commit is contained in:
Antoni Sawicki 2020-04-27 01:49:55 -07:00
parent b90300ba2d
commit 889561aeb0
1 changed files with 11 additions and 0 deletions

View File

@ -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