Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 296 Bytes

app-healthz

app-healthz is a sample app that demonstrates how to leverage the health endpoint pattern.

Create Docker Image

Build the go binary

GOOS=linux bash build
docker build -t kelseyhightower/app-healthz:1.0.0
docker push kelseyhightower/app-healthz:1.0.0