Skip to content

Instantly share code, notes, and snippets.

@spirosoik
Last active September 27, 2018 19:39
Show Gist options
  • Save spirosoik/d7599752cfdc223566f1e3737f8f8b5f to your computer and use it in GitHub Desktop.
Save spirosoik/d7599752cfdc223566f1e3737f8f8b5f to your computer and use it in GitHub Desktop.
Docker run MantisNet
docker run \ 
       --rm --net=host -d <YOUR-NETWORK-INTERFACE> \ 
       -s "kafka://?topic=DNS_DHCP_TRAFFIC&addrs=<YOUR-KAFKA-BROKER-ADDRESS>:19092" \
       --queue-bucket-size=1 \ 
       --queue-item-size=15000 \
       quay.io/mantisnet/ppe-publish-dns-dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment