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
- Host: GitHub
- URL: https://github.com/timoguin/tinybaby-hc
- Owner: timoguin
- License: mit
- Created: 2019-12-15T05:45:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T23:08:20.000Z (almost 5 years ago)
- Last Synced: 2025-07-20T09:50:21.394Z (9 months ago)
- Topics: docker, go, golang, http
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`