Sign inSign up

jonasal/network-tools

By jonasal

Updated 2 months ago

A Debian based container full of useful networking tools.

Image
0

9.6K

jonasal/network-tools repository overview

network-tools

A Debian based container full of useful networking tools to use when debugging connectivity issues.

Usage

Start the container in interactive mode and use any of the tools that are installed.

docker run -it --rm jonasal/network-tools

It might also be desired to attach the container to the host machine's network instead of having it reside inside the Docker network.

docker run -it --rm --network host jonasal/network-tools

Installed tools

  • ca-certificates
  • curl
  • dnsutils
    • dig
    • nslookup
    • nsupdate
  • iftop
  • iproute2
    • arpd
    • bridge
    • ctstat
    • dcb
    • devlink
    • ip
    • lnstat
    • nstat
    • rdma
    • routef
    • routel
    • rtacct
    • rtmon
    • rtstat
    • ss
    • tc
    • tipc
  • jq
  • net-tools
    • arp
    • ifconfig
    • nameif
    • netstat
    • rarp
    • route
  • netcat
  • nethogs
  • nmap
  • openssl
  • procps
    • free
    • kill
    • pgrep
    • pkill
    • pmap
    • ps
    • pwdx
    • skill
    • slabtop
    • snice
    • sysctl
    • tload
    • top
    • uptime
    • vmstat
    • w
    • watch
  • strace
  • tcpdump
  • traceroute
  • wget

Tag summary

Content type

Image

Digest

sha256:00d07066c

Size

50.6 MB

Last updated

2 months ago

docker pull jonasal/network-tools