A Docker container for testing the network with specific tools such as iperf3, tcpdump, and tshark
177
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:
There are two image sizes and two base systems available:
Functions / Features
Small:
Normal:
These images are ideal for network testing, monitoring, benchmarking, and lab setups in a ready-to-use SSH environment.
Content type
Image
Digest
sha256:ea1608eab…
Size
44.9 MB
Last updated
10 months ago
docker pull it4k4i/net_tool:small-alpine-3.20