An open API service indexing awesome lists of open source software.

https://github.com/timoguin/tinybaby-hc

Small Golang web server that returns a static 200 OK response
https://github.com/timoguin/tinybaby-hc

docker go golang http

Last synced: 6 months ago
JSON representation

Small Golang web server that returns a static 200 OK response

Awesome Lists containing this project

README

          

# Tiny Baby Health Checker

A 9MB Golang web server that returns a 200 OK for the root path. The Docker
image is just as small since it's based off of the Docker scratch image.

To build:

$ docker build -t tinybaby-hc:latest .

Available config options:

- `TINYBABY_LISTEN_ADDR`: Address for the server to listen on, defaults to `:5000`