This is a Go demo application used for demonstrating Docker and load balancing.
- TITLE: sets title in demo app
- SHOW_VERSION: show version of app in ui (- VERSIONenv 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)
- EXTRA_INFO: extra text at bottom of info area
make
docker run -P --rm docker-demo