Skip to content

Multitool for container network troubleshooting with shell.

License

Notifications You must be signed in to change notification settings

v-kamerdinerov/shell-network-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shell-network-tools

main

Multitool for container network troubleshooting with web terminal. Based on Praqma/Network-MultiToo and ttyd.

Contains web terminal (ttyd) and a lots of tools for container/network testing and troubleshooting. The main docker image is based on Alpine Linux.

Downloadable from Docker Hub:

Tools included:

  • apk package manager
  • wget, curl, iperf3
  • dig, nslookup
  • ip, ifconfig, ethtool, mii-tool, route
  • ping, nmap, arp, arping
  • awk, sed, grep, cut, diff, wc, find, vi editor
  • ps, netstat, ss
  • gzip, cpio, tar
  • tcpdump, wireshark, tshark
  • telnet client, ssh client, ftp client, rsync, scp
  • traceroute, tracepath, mtr
  • netcat (nc), socat
  • ApacheBench (ab)
  • mysql (15.1 Distrib 10.11.6-MariaDB) & postgresql (16.1) client
  • jq
  • git
  • /bin/bash shell interpreter
  • ttyd web terminal (port 80)

Size: 63 MB compressed

Docker:

$ docker run  -d -p 80:80 vladkmrdnv/shell-network-tools

How to use this image on host network ?

Docker:

$ docker run --network host -d vladkmrdnv/shell-network-tools

About

Multitool for container network troubleshooting with shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published