Skip to content

telia-oss/cloud-run-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Run "Hello" container

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

Running the server locally

  • Build with podman build . --tag <tag>
  • Start with podman run -p 8080:8080 <tag>
  • Open in your browser at http://localhost:8080

Deploy to your service

Use gcr.io/seismic-shape-293115/cloud-run-helloas a tag

Deploy to Google Cloud

Run on Google Cloud

Or use gcloud beta run deploy --image <tag>, if you've published it

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published