Sign inSign up

joekottke/requestcounter

By joekottke

•Updated over 3 years ago

An exceedingly simple app that demonstrates request counting.

Image
0

993

joekottke/requestcounter repository overview

⁠requestcounter

A simple web application that counts requests in an accumulator. Used for teaching counters -> rates

⁠Build and Run

The easiest way to build and run this simple app is to use Docker. From within your checkout of the repo:

docker build -t requestcounter .

And to run it:

docker run -it -p 5555:5555 requestcounter

Tag summary

Content type

Image

Digest

Size

19 MB

Last updated

over 7 years ago

docker pull joekottke/requestcounter