Change example to interactive

This commit is contained in:
Ruakij 2022-11-23 19:16:07 +01:00
parent 6e1e63cad1
commit 7e2a97bf0d

View File

@ -25,5 +25,5 @@ https://github.com/imsnif/bandwhich
### 1.1.2. Example ### 1.1.2. Example
``` ```
docker run --net host bandwhich -i eth0 docker run -it --net host bandwhich -i eth0
``` ```