A basic CentOS 7 image with some tools for troubleshooting network issues.
This image is based of my needs profesionally; it includes tools like nmap, wireshark, and perfsonar-tools. This image is not in Docker Hub, and assumes local building. This assumes that the image will be run on a linux docker host, not a Windows one, as networking gets wonky.
To Build: docker build -t blue-centos-base .
To Run: docker run -it --net=host blue-centos-base
It is required to expose the host network to this VM to ensure that various networking tools are able to properly receive packets.
The container drops you into /app/code. There are utilities for Network Administration in /app/code/utils. There is where scapy3k lives, and is a good directory to install other toolsets into.