Add Host node

On the top menu, click in "Add Node"

The "Add Node" window will appear, select the "Host" option

All the fields are mandatory:

  • Name: name of the host that will be used to create a container with the same name. Maximum of 12 characters

  • Ports: number of ports of the host

  • Docker image: choose between the provided docker images or type a specific docker image. You can create a local image and input the tag in that field. The provided images are:

    • mqtt: a simple Ubuntu image with MQTT Server and client configured

    • net: Ubuntu image with tools to debug networks, netcat, tcpdump, iperf3, iputils

    • trafficTools: a Ubuntu image with TCP/UDP traffic generators included.

    • Ubuntu: the default Ubuntu image available at the hub.docker

Last updated