Sign inSign up

it4k4i/net_tool

By it4k4i

Updated 10 months ago

A Docker container for testing the network with specific tools such as iperf3, tcpdump, and tshark

Image
Networking
Security
0

177

it4k4i/net_tool repository overview

SSH Network Utility Docker Images

Run the Container

docker run -d -p ["Port"]:22 --name ["Choose Name"] net_tool:["tagname"]

Example: docker run -d -p 2222:22 --name net_tool net_tool:ubuntu-24.04

These Docker images launch an SSH server (openssh) with the root account:

  • Username: root
  • Password: admin

There are two image sizes and two base systems available:

  • Sizes: small and normal
  • Base systems: Alpine and Ubuntu

Functions / Features

  • Small:

    • Included tools:
      • Shell & basic utilities: bash, ca-certificates, curl, wget
      • Networking: openssh, iproute2, iputils (ping, traceroute), bind-tools (dig, nslookup), iperf3, tcpdump, tshark
  • Normal:

    • Included tools:
      • Shell & basic utilities: bash, ca-certificates, curl, wget, vim, nano
      • Networking & monitoring: bind-tools (dig, nslookup), iftop, iperf3, iproute2, iputils (ping, traceroute), mtr, net-tools (ifconfig, netstat), nmap, netcat-openbsd, nload, traceroute, tcpdump, tshark
      • Cisco Trex (Version 3.08)
      • System & hardware utilities: pciutils, strace
      • Python support: python3, py3-pip

These images are ideal for network testing, monitoring, benchmarking, and lab setups in a ready-to-use SSH environment.

Tag summary

Content type

Image

Digest

sha256:ea1608eab

Size

44.9 MB

Last updated

10 months ago

docker pull it4k4i/net_tool:small-alpine-3.20