This repository contains the source code of a sample Go application that is
based on the public container image (gcr.io/cloudrun/hello), it has been modified by Telia to include branding and is used in the
Cloud Run workshop
- Build with
podman build . --tag <tag> - Start with
podman run -p 8080:8080 <tag> - Open in your browser at
http://localhost:8080
Use gcr.io/seismic-shape-293115/cloud-run-helloas a tag
Or use gcloud beta run deploy --image <tag>, if you've published it