Skip to content

FairwindsOps/docker-demo

 
 

Repository files navigation

Docker Demo Application

This is a Go demo application used for demonstrating Docker and load balancing.

Environment Variables

  • TITLE: sets title in demo app
  • SHOW_VERSION: show version of app in ui (VERSION env var)
  • REFRESH_INTERVAL: interval in milliseconds for page to refresh (default: 1000)
  • SKIP_ERRORS: set this to prevent errors from counting (useful on janky load balancers)
  • METADATA: extra text at bottom of info area

Build

make

Run

docker run -P --rm docker-demo

About

Docker Demo Application

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.1%
  • Dockerfile 14.3%
  • CSS 10.3%
  • Shell 4.2%
  • Makefile 3.1%