Skip to content

Commit

Permalink
fix bug in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cha87de authored Feb 1, 2019
1 parent 716d9b3 commit ca59456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://hub.docker.com/r/cha87de/flowexport/
Collect flows and export as text to files in folder `/opt/flowexport/nfdump`:

```
docker run -d --rm -ti \
docker run -d -ti \
-e INTERFACE=enp3s0 \
-e INTERVAL=60 \
-e MAXAGE=2 \
Expand All @@ -24,7 +24,7 @@ docker run -d --rm -ti \
Collect flows and send netflow v9 via UDP to `target`:

```
docker run -d --rm -ti \
docker run -d -ti \
-e INTERFACE=enp3s0 \
-e INTERVAL=60 \
-e MAXAGE=2 \
Expand All @@ -38,7 +38,7 @@ docker run -d --rm -ti \
Besides single interface, a wildcard interface is supported:

```
docker run -d --rm -ti \
docker run -d -ti \
-e INTERFACE=brq* \
-e INTERVAL=60 \
-e MAXAGE=2 \
Expand Down

0 comments on commit ca59456

Please sign in to comment.