A lightweight Network Checker container built on Alpine Linux.
2.8K
A lightweight Network Checker container built on Alpine Linux, designed for quick and reliable network connectivity diagnostics in Docker and Kubernetes environments.
Debugging network issues inside containers
Validating DNS, routing, and ICMP connectivity
On-demand troubleshooting in Kubernetes clusters (Pods, Jobs, Ephemeral containers)
ā Minimal image size (Alpine Linux)
ā Includes commonly used network diagnostic tools:
ā ping (ICMP connectivity)
ā curl (HTTP/HTTPS testing)
ā dig / nslookup (DNS checks via bind-tools)
ā traceroute (network path inspection)
ā netstat, ifconfig (basic network inspection)
docker run -it --rm sc3p73r/network-checker:latest
docker run -it --rm sc3p73r/network-checker:latest bash
Content type
Image
Digest
sha256:d51d454ffā¦
Size
10.2 MB
Last updated
7 months ago
docker pull sc3p73r/network-checker