Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 491 Bytes

File metadata and controls

17 lines (13 loc) · 491 Bytes

NetworkUtility

A Docker container to help debug networking issues.

Docker Cloud Build Status

Usage

$ docker run --name networkutility -d -e TRACERT=google.com -e NMAP=google.com -e DIG=google.com -e TCPDUMP ghcr.io/neerpatel/networkutility:main

Enviroment Variables

All the variables are optional.
- TRACERT : traceroute
- NMAP    : nmap
- DIG     : dig
- TCPDUMP : tcpdump