项目作者: packetpunter

项目描述 :
A basic CentOS 7 image with some tools for troubleshooting network issues.
高级语言: Dockerfile
项目地址: git://github.com/packetpunter/blue-centos-base.git
创建时间: 2017-11-13T05:43:23Z
项目社区:https://github.com/packetpunter/blue-centos-base

开源协议:

下载


Personalized CentOS image for network troubleshooting

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.

Building and Usage

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.

Utilities

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.