You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ Cool thing about namespaces is that you can switch between them. You can enter a
22
22
`$ docker run -it --net container:<container_name> nicolaka/netshoot`
23
23
24
24
***Host's Network Namespace:** If you think the networking issue is on the host itself, you can launch `netshoot` with that host's network namespace. This is how:
25
-
26
25
`$ docker run -it --net host nicolaka/netshoot`
27
26
28
27
***Network's Network Namespace:** If you want to troubleshoot a Docker network, you can enter the network's namespace using `nsenter`. This is explained in the `nsenter` section below.
@@ -650,17 +649,24 @@ To get data into ctop, you'll need to bind docker.sock into the netshoot contain
650
649
651
650
It will display running and existed containers with useful metrics to help troubleshoot resource issues; hit "q" to exit.
652
651
652
+
## Termshark
653
653
654
-
## Feedback + Contribution
655
-
656
-
Feel free to provide feedback and contribute networking troubleshooting tools and use-cases by opening PRs.
657
-
658
-
654
+
Termshark is a terminal user-interface for tshark. It allows user to read pcap files or sniff live interfaces with Wireshark's display filters.
659
655
660
656
657
+
```
658
+
# Launching netshoot with NET_ADMIN and CAP_NET_RAW capabilities. Capturing packets on eth0 with icmp
0 commit comments