Skip to content

bbrks/httpico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPico

Think of it as Docker's own SimpleHTTPServer. Nothing more. Nothing less.

Usage

The container will serve all contents of /srv over HTTP.

$ docker run -v ~/webcontent:/srv -p 8080:8080 bbrks/httpico

## Building

$ make # Build golang binary
$ make image # Build golang binary and package in Docker image

About

🐳🌐 Think of it as Docker's own SimpleHTTPServer. Nothing more. Nothing less.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published