Alpine image with a few network cli tools
906
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:
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
Content type
Image
Digest
sha256:07fba470c…
Size
39.4 MB
Last updated
almost 2 years ago
docker pull dvmfa90/nettools