Skip to content

felixb/yocto-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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