2016-07-12 07:50:49 +00:00
|
|
|
# ipterm - Networking Toolbox, CLI version
|
|
|
|
|
|
|
|
Based on ipterm-base it sets bash as the default command and
|
|
|
|
uses /root as a persistent directory.
|
|
|
|
|
|
|
|
This appliance contains the following networking tools:
|
|
|
|
|
|
|
|
- net-tools (basic network administration tools)
|
|
|
|
- iproute2 (advanced network administration tools)
|
|
|
|
- ping and traceroute
|
|
|
|
- curl (data transfer utility)
|
|
|
|
- host (DNS lookup utility)
|
|
|
|
- iperf3
|
|
|
|
- mtr (full screen traceroute)
|
|
|
|
- socat (utility for reading/writing from/to network connections)
|
|
|
|
- ssh client
|
|
|
|
- tcpdump
|
|
|
|
- telnet
|
|
|
|
- mtools (multicast tools msend & mreceive),
|
|
|
|
see https://github.com/troglobit/mtools
|
|
|
|
|
|
|
|
## Build and publish the Image
|
|
|
|
|
|
|
|
Before ipterm-base has to be build.
|
|
|
|
|
|
|
|
```
|
2023-06-13 11:27:52 +00:00
|
|
|
docker build --build-arg DOCKER_REPOSITORY=gns3 -t gns3/ipterm .
|
2016-07-12 07:50:49 +00:00
|
|
|
docker push gns3/ipterm
|
|
|
|
```
|