Skip to content

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

Notifications You must be signed in to change notification settings

ornl-sava/argus-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published