Skip to content

Augugrumi/simple-packet-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple counter

This is a simple java packet counter.

Build

Build it with

docker build -t augugrumi/packetcounter .

Run

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

Releases

No releases published

Packages

No packages published