Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 323 Bytes

Colored Page

A Golang application that starts a webserver displaying a colored page.

It was inspired by Blankpage project (https://github.com/dndungu/blankpage) of David Ndungu.

Usage

Start the container like this:

docker run -d -p 80:8080 -e "HTTP_PORT=8080" -e "COLOR=#000000" -t aasaidane/colored-page