An open API service indexing awesome lists of open source software.

https://github.com/ngschmidt/docker-network-toolbox


https://github.com/ngschmidt/docker-network-toolbox

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker Network Toolbox

## Objective

Construct a network toolbox as a docker image, containing a variety of network administration/automation tools, for simple execution.

## How to use

* Clone(or fork, we all have different tool preferences) this repository
* Build (`docker build -t {{ image_name }} .`)
* Run (`docker run`)

## Why?

* Ansible doesn't run on Windows, making it tough to develop for without a jump box
* It's an easy way to keep an inventory of all the useful stuff a network engineer needs

## Contributors

* **Nicholas Schmidt**