gns3-registry/docker/ipterm/web
2017-07-20 20:11:13 +02:00
..
Dockerfile Update Dockerfile 2017-07-20 20:11:13 +02:00
README.md Additional tools (curl, host, mtr, socat) for ipterm/webterm, add READMEs 2016-07-12 09:50:49 +02:00

webterm - Networking Toolbox, Web/GUI version

This image adds the Firefox web browser to ipterm-base. Like ipterm, the /root directory is persistent.

This appliance contains the following networking tools:

  • Firefox web browser
  • 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 Images

Before ipterm-base has to be build.

docker build -t gns3/webterm .
docker push gns3/webterm