We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716d9b3 commit ca59456Copy full SHA for ca59456
1 file changed
README.md
@@ -11,7 +11,7 @@ https://hub.docker.com/r/cha87de/flowexport/
11
Collect flows and export as text to files in folder `/opt/flowexport/nfdump`:
12
13
```
14
-docker run -d --rm -ti \
+docker run -d -ti \
15
-e INTERFACE=enp3s0 \
16
-e INTERVAL=60 \
17
-e MAXAGE=2 \
@@ -24,7 +24,7 @@ docker run -d --rm -ti \
24
Collect flows and send netflow v9 via UDP to `target`:
25
26
27
28
29
30
@@ -38,7 +38,7 @@ docker run -d --rm -ti \
38
Besides single interface, a wildcard interface is supported:
39
40
41
42
-e INTERFACE=brq* \
43
44
0 commit comments