/yocto-httpd

yhttp serves 200 responses to any GET request. Used for centurion's status checks.

Primary LanguageGoApache License 2.0Apache-2.0

yocto-httpd

Build Status

yhttp serves 200 responses to any GET request.

Building

Build the binary from source:

go build yhttpd.go

Installing

Copy the binary to a directory in $PATH:

sudo cp yhttpd /usr/local/bin

Running

Run yhttpd (inside your docker container) on any port like this:

yhttpd --port 8081