Docker Containers

Docker Hub

There are ubuntu and alpine linux docker containers available with netcap and dependencies (e.g: libprotoident, nDPI) preinstalled.

NETCAP on docker hub

Pull Containers

To get the v0.5 ubuntu container:

To get the v0.5 alpine container:

Run Containers

To run the v0.5 ubuntu container:

To run the v0.5 alpine container:

Tip: You can use the docker run -v flag to mount a volume with your packet captures into the container

Last updated