Docker image with useful tools for Networking and Web Debug:
- apache2-utils
- ca-certificates
- curl
- dnsutils
- iputils-*
- iperf
- git
- netcat
- nginx
- nmap
- pv
- openssl
- traceroute
- tcpdump
- vim
- wget
docker run -ti --entrypoint /bin/bash vincoll/ntwtools
Or
docker exec -ti <container> bash