Docker
Build locally:
docker build -t flowsimulator-go:local .
docker run --rm flowsimulator-go:local version
Run with host networking for local UDP collector tests:
docker run --rm --network host -v "$PWD:/work:ro" -w /work flowsimulator-go:local \
run -c configs/examples/minimal-netflow5.yaml --duration 30s
Official images are only published by the release workflow on version tags.