This is a simple java packet counter.
Build it with
docker build -t augugrumi/packetcounter .
Run with:
docker run --rm -p6789:80 augugrumi/packetcounter
Then open your browser and browse to localhost:6789
.
Optionally, do it with curl:
curl localhost:6789