Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web server written in GO

Used for demostration purposes.

Prints out the Host name in color background.

Environmental variables

    PORT (Default: 8080)
    COLOR (Default: white)

Build with:

docker build -t simple-go-server .

Run

docker run -d --rm -p 8080:8080 -e COLOR=yellow simple-go-server

About

Simple web server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages