/docker-ubuntu-networking

Ubuntu 18.04 LTS Docker image with common networking tools installed

Primary LanguageDockerfile

weibeld/ubuntu-networking

A Docker image with Ubuntu 18.04 LTS and common TCP/IP networking tools.

👉 GitHub 👈 👉 Docker Hub 👈

Included APT packages

net-tools

Provided tools:

  • ifconfig
  • netstat
  • route
  • arp

iproute2

Provided tools:

  • ip

netcat

Provided tools:

  • nc

dnsutils

Provided tools:

  • host
  • dig
  • nslookup

curl

Provided tools:

  • curl

iputils-ping

Provided tools:

  • ping

iptables

Provided tools:

  • iptables

nmap

Provided tools:

  • nmap
  • nping
  • ncat

tcpdump

Provided tools:

  • tcpdump

Notes

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