Sign inSign up

sc3p73r/network-checker

By sc3p73r

•Updated 7 months ago

A lightweight Network Checker container built on Alpine Linux.

Image
Networking
0

2.8K

sc3p73r/network-checker repository overview

ā šŸ“” Network Checker (Alpine-based)

A lightweight Network Checker container built on Alpine Linux, designed for quick and reliable network connectivity diagnostics in Docker and Kubernetes environments.

⁠This image is ideal for:

Debugging network issues inside containers

Validating DNS, routing, and ICMP connectivity

On-demand troubleshooting in Kubernetes clusters (Pods, Jobs, Ephemeral containers)

ā šŸš€ Features

āœ… 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)

⁠🧰 Included Tools

  • Tool Purpose
  • ping Test basic network connectivity
  • curl Test HTTP/HTTPS endpoints
  • dig DNS resolution testing
  • nslookup Simple DNS lookup
  • traceroute Trace network hops
  • ifconfig Interface inspection
  • netstat Port and connection inspection
  • bash / sh Interactive debugging

ā šŸ” Security

  • Runs as a non-root user (appuser)
  • No unnecessary packages installed
  • Designed for debugging only, not production workloads

ā ā–¶ļø Usage (Docker)

⁠Run Interactive Shell
docker run -it --rm sc3p73r/network-checker:latest
⁠Run with Bash
docker run -it --rm sc3p73r/network-checker:latest bash

Tag summary

Content type

Image

Digest

sha256:d51d454ff…

Size

10.2 MB

Last updated

7 months ago

docker pull sc3p73r/network-checker