yhttp serves 200 responses to any GET request.
Build the binary from source:
go build yhttpd.go
Copy the binary to a directory in $PATH:
sudo cp yhttpd /usr/local/bin
Run yhttpd (inside your docker container) on any port like this:
yhttpd --port 8081