Consistent use of the netshoot image

This commit is contained in:
Everett Toews
2017-04-16 13:16:02 -05:00
parent 7b3c9cd2c3
commit 9d45168752

View File

@@ -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
```
]