Sign inSign up

jgoodall/argus

By jgoodall

Updated almost 5 years ago

Docker image for Argus, the network Audit Record Generation and Utilization System

Image
1

1.6K

jgoodall/argus repository overview

Docker image for argus-server

This image provides the argus network flow collector. For a list of all options available with the command, see the documentation.

To start a container that captures UDP and TCP traffic on interface en0 with a reporting interval of 600 seconds and listens for argus client connections on port 561, use:

docker run -d -p 561:561 --network host jgoodall/argus -P 561 -S 600 -i en0 - "ip and (udp or tcp)"
Build and push docker image

First, run docker login to authenticate to docker.io. Then, run (set the appropriate version - use -# for incrementing versions beyond the argus server version):

docker build -t jgoodall/argus .
docker tag jgoodall/argus jgoodall/argus:3.0.8.2-1
docker tag jgoodall/argus jgoodall/argus:latest
docker push jgoodall/argus

Tag summary

Content type

Image

Digest

Size

150.2 MB

Last updated

almost 5 years ago

docker pull jgoodall/argus