From bb0d2d49c0bd7fb8bba817a814a1842152edcc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Gils?= Date: Thu, 16 Aug 2018 10:57:00 +0000 Subject: [PATCH] Update README.md tell docker to run an interactive and add a tty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c8168..ee247a1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Aqua Security maintains a containerised version of kube-hunter at `aquasec/kube- If you run the kube-hunter container with the host network it will be able to probe all the interfaces on the host: -`docker run --rm --network host aquasec/kube-hunter` +`docker run -it --rm --network host aquasec/kube-hunter` _Note for Docker for Mac/Windows:_ Be aware that the "host" for Docker for Mac or Windows is the VM which Docker runs containers within. Therefore specifying `--network host` allows kube-hunter access to the network interfaces of that VM, rather than those of your laptop. By default kube-hunter runs in interactive mode. You can also specify the scanning option with the parameters described above e.g.