A Docker image with Ubuntu 18.04 LTS and common TCP/IP networking tools.
👉 GitHub 👈 👉 Docker Hub 👈
Provided tools:
ifconfig
netstat
route
arp
Provided tools:
ip
Provided tools:
nc
Provided tools:
host
dig
nslookup
Provided tools:
curl
Provided tools:
ping
Provided tools:
iptables
Provided tools:
nmap
nping
ncat
Provided tools:
tcpdump
Some tools require privileged permissions (e.g. iptables
). In these cases, you need the add the --privileged
flag to start the container:
docker run -ti --privileged weibeld/ubuntu-networking