Skip to content
/ gone Public

Docker container that serves an empty HTML page. Built with statically compiled Go

License

Notifications You must be signed in to change notification settings

janhapke/gone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gone

A minimalistic HTTP Server that retuns an empty HTML page.

Written in Go, statically compiled and built as a barebones docker container without an underlying operating system.

Run locally

docker run --rm -it -v ${PWD}:/data --workdir /data -p 8888:80 golang go run gone.go

Then go to http://localhost:8888

Build Docker Container

docker build .

Test built image locally

docker run --rm -it -p 8888:80 <IMAGE ID>

Then go to http://localhost:8888

About

Docker container that serves an empty HTML page. Built with statically compiled Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published