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

https://github.com/jonasalfredsson/network-tools

A Debian based container full of useful networking tools to use when debugging.
https://github.com/jonasalfredsson/network-tools

debian debugging docker hacktoberfest network

Last synced: about 2 months ago
JSON representation

A Debian based container full of useful networking tools to use when debugging.

Awesome Lists containing this project

README

          

# network-tools
A Debian based container full of useful networking tools to use when debugging
connectivity issues.

## Usage
Start the container in interactive mode and use any of the tools that
are installed.
```bash
docker run -it --rm jonasal/network-tools
```

It might also be desired to attach the container to the host machine's network
instead of having it reside inside the Docker network.
```bash
docker run -it --rm --network host jonasal/network-tools
```

## Installed tools
- ca-certificates
- curl
- dnsutils
- dig
- nslookup
- nsupdate
- fping
- iftop
- iputils-ping
- ping
- iproute2
- arpd
- bridge
- ctstat
- dcb
- devlink
- ip
- lnstat
- nstat
- rdma
- routef
- routel
- rtacct
- rtmon
- rtstat
- ss
- tc
- tipc
- jq
- net-tools
- arp
- ifconfig
- nameif
- netstat
- rarp
- route
- netcat-openbsd
- nethogs
- nmap
- openssl
- procps
- free
- kill
- pgrep
- pkill
- pmap
- ps
- pwdx
- skill
- slabtop
- snice
- sysctl
- tload
- top
- uptime
- vmstat
- w
- watch
- socat
- strace
- telnet
- tcpdump
- traceroute
- wget