From 7e2a97bf0d643e2deb125b2baf4ffa657175a2c0 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 23 Nov 2022 19:16:07 +0100 Subject: [PATCH] Change example to interactive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4fc3b..6c334a9 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ https://github.com/imsnif/bandwhich ### 1.1.2. Example ``` -docker run --net host bandwhich -i eth0 +docker run -it --net host bandwhich -i eth0 ```