mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
Merge pull request #71 from everett-toews/netshoot
Consistent use of the netshoot image
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user