项目作者: bamnet

项目描述 :
Adventures with Google Cloud Run
高级语言: Dockerfile
项目地址: git://github.com/bamnet/cloud-run-fun.git
创建时间: 2019-12-03T18:32:15Z
项目社区:https://github.com/bamnet/cloud-run-fun

开源协议:Apache License 2.0

下载


Cloud Run Fun

Cloud Run Fun is a drawer of small projects I’m playing with using Cloud Run.

/nginx: Editable nginx

Docker image running nginx which loads it’s config from a $CONFIG enviroment variable. This allows for quick edits and iterative config development in Cloud Run without rebuilding a new Docker image each time.

Container: gcr.io/cloud-run-fun/nginx

Run on Google Cloud

For more info, see this blogpost: https://dev.to/bamnet/dynamic-nginx-config-on-cloud-run-hpc.