https://github.com/ngschmidt/docker-network-toolbox
https://github.com/ngschmidt/docker-network-toolbox
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngschmidt/docker-network-toolbox
- Owner: ngschmidt
- Created: 2023-04-22T16:36:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T16:52:06.000Z (about 3 years ago)
- Last Synced: 2025-06-26T22:19:50.397Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**