From 9d4516875232fb2ea3061b3c6798c3cbefe82b42 Mon Sep 17 00:00:00 2001 From: Everett Toews Date: Sun, 16 Apr 2017 13:16:02 -0500 Subject: [PATCH] Consistent use of the netshoot image --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 258cf004..8c8832f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3978,7 +3978,7 @@ class: in-person - Sniff network traffic and display all packets containing "HTTP": ```bash - docker run --net host jpetazzo/netshoot ngrep -tpd eth0 HTTP + docker run --net host nicolaka/netshoot ngrep -tpd eth0 HTTP ``` ]