How to install nicolaka/netshoot. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
nicolaka/netshoot Installation Guide
How to install nicolaka/netshoot. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for nicolaka/netshoot. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i nicolaka/netshootor
Install via npx
npx @hexmos/ipm i nicolaka/netshootPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
git
system_toolVersion: 2.30.1
docker
system_toolContainerization platform for development and deployment.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
docker run -d --rm --net perf-test --name perf-test-a nicolaka/netshoot iperf -s -p 9999docker run -it --rm --net perf-test --name perf-test-b nicolaka/netshoot iperf -c perf-test-a -p 9999docker run -it --net container:perf-test-a nicolaka/netshoot
/docker run -it --net container:perf-test-a nicolaka/netshoot
/docker run -it --privileged nicolaka/netshoot nmap -p 12376-12390 -dd 172.31.24.25docker run -it --net container:perf-test-a nicolaka/netshoot iftop -i eth0docker run -it --net container:perf-test-a nicolaka/netshoot drill -V 5 perf-test-bdocker run -d --rm --net my-br --name service-a nicolaka/netshoot nc -l 8080docker run -it --rm --net my-br --name service-b nicolaka/netshoot nc -vz service-a 8080docker run -it --net host nicolaka/netshoot
/docker run -it --rm -v /var/run/docker/netns:/var/run/docker/netns --privileged=true nicolaka/netshoot
/docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nicolaka/netshoot ctopdocker run --rm --cap-add=NET_ADMIN --cap-add=NET_RAW -v /tmp/ipv4frags.pcap:/tmp/ipv4frags.pcap -it nicolaka/netshoot termshark -r /tmp/ipv4frags.pcapdocker run --rm --cap-add=NET_ADMIN --cap-add=NET_RAW -it nicolaka/netshoot termshark -i eth0 icmpPost Installation Steps
- Start the server using the command: `npm start`
- Run database migrations with the command: `npx db:migrate`
