Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msfidelis/networktools

Common networking throubleshooting tools running in containers
https://github.com/msfidelis/networktools

containers dnsutils docker network network-analysis tcp

Last synced: 14 days ago
JSON representation

Common networking throubleshooting tools running in containers

Awesome Lists containing this project

README

        

# Network Tools running in containers!

![logo](.github/logo.png)

## Available Network Tools

* netcat
* host
* dig
* nslookup
* nsupdate
* traceroute
* tcptraceroute
* curl
* wget
* telnet

## Example

```bash
docker run -it msfidelis/networktools host nanoshots.com.br
```

## Specify a DNS server

```bash
docker run --dns=8.8.8.8 -it msfidelis/networktools host nanoshots.com.br
```