Skip to content

cloudingcity/simple-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP

Simple HTTP server to be used to test load balancer.

Usage

$ docker run -d -p 8080:80 ghost0436/simple-http
$ curl :8080
{"hostname":"6c32cb114ebd"} # return the current container hostname

Releases

No releases published

Packages

No packages published