Sign inSign up

dvmfa90/nettools

By dvmfa90

Updated almost 2 years ago

Alpine image with a few network cli tools

Image
0

906

dvmfa90/nettools repository overview

Pull the image: docker pull dvmfa90/nettools

run: docker run -it --rm -p 5201:5201 dvmfa90/nettools

This will run the container, and will nat 5201 to your container 5201. This is so you can use iperf, its the iperf default port.

With the --rm flag, the container will be removed after you exit it.

Image is an alpine image with just a few network cli tools added and with fish shell as default:

  • Iperf3
  • dig
  • netstat
  • nmap
  • tcpping
  • tcptraceroute
  • hping3
  • proxychains-ng -tor -links -dnsmasq

You can run terminal commands using tor by using proxychains4 before the command, ex: proxychains4 links ping.eu, this will open ping.eu via links terminal browser which you will see will show a different IP than your actual one.

NOTE: Tmux is using the prefix ctrl + x instead of the default ctrl + b

Tag summary

Content type

Image

Digest

sha256:07fba470c

Size

39.4 MB

Last updated

almost 2 years ago

docker pull dvmfa90/nettools