Skip to content

solo-io/http-echo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

building image

updated to make for solo-io

make linux/arm64 #-- based off the architecture you want to build
make docker-build/alpine

get the tag name and push it then push the image to gcr.io/solo-test-236622/http-echo Metadata about this makefile and position

http-echo

HTTP Echo is a small go web server that serves the contents it was started with as an HTML page.

The default port is 5678, but this is configurable via the -listen flag:

http-echo -listen=:8080 -text="hello world"

Then visit http://localhost:8080/ in your browser.

About

A tiny go web server that echos what you start it with!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Makefile 60.3%
  • Go 36.2%
  • Dockerfile 3.5%