There are ubuntu and alpine linux docker containers available with netcap and dependencies (e.g: libprotoident, nDPI) preinstalled.
To get the v0.5 ubuntu container:
To get the v0.5 alpine container:
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 4 years ago
$ docker pull dreadl0ck/netcap:ubuntu-v0.5
$ docker pull dreadl0ck/netcap:alpine-v0.5
$ docker run -it dreadl0ck/netcap:ubuntu-v0.5 bash
$ docker run -it dreadl0ck/netcap:alpine-v0.5 ash