Skip to content

jsparmann/tcpdump_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

tcpdump_docker

Docker Container for tcpdump

  • interface: interface to sniff
  • filesize: what filesize in MB do you want befor a new file where write
  • filecount: what filecount do want befor the first file are overridden
  • store: where and what are the name of the pcap files to store
$ docker run \
      --net=host \
      -v /data:/data \
      -e interface=enp2s0 \
      -e filesize=1 \
      -e filecount=10 \
      -e store=/data/example.pcap \
      secboy/tcpdump:latest

About

Docker Container for tcpdump

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published