Run Locally with Go installed:
go build
./sample-go
Run Locally with pack & Docker:
pack build --builder=gcr.io/buildpacks/builder sample-go
docker run -p8080:8080 sample-go
Check it out: http://localhost:8080
Run on Cloud Run:
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Run Locally with Go installed:
go build
./sample-go
Run Locally with pack & Docker:
pack build --builder=gcr.io/buildpacks/builder sample-go
docker run -p8080:8080 sample-go
Check it out: http://localhost:8080
Run on Cloud Run: