Merge pull request #71 from everett-toews/netshoot

Consistent use of the netshoot image
This commit is contained in:
Jérôme Petazzoni
2017-05-03 14:35:54 -05:00
committed by GitHub

View File

@@ -3989,7 +3989,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
```
]