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.
- Host: GitHub
- URL: https://github.com/jonasalfredsson/network-tools
- Owner: JonasAlfredsson
- License: gpl-3.0
- Created: 2019-02-11T09:51:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-19T07:35:31.000Z (7 months ago)
- Last Synced: 2025-11-19T09:17:58.761Z (7 months ago)
- Topics: debian, debugging, docker, hacktoberfest, network
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jonasal/network-tools
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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