Link a Docker Container With Your Nodes

Link a Docker Container With Your Nodes

A building block (node) can link to (but doesn’t have to) a docker container. Here's how you link a docker container with your nodes.
  1. In your workspace, navigate to Library > Modules
  2. Open the Module you would like to link
  3. Find the Dependencies section and click on "Manage"
  4. Select "Link a container to a node"
  5. Enter container name and select the node to be linked
  6. Set container type as public
  7. Input the docker image URI

    • Related Articles

    • Build your own custom module, node and container

      All application logic and services used on edge devices are encapsulated in Docker containers. To configure these containers on Viso Suite, the visual programming interface called Viso Builder is used. Viso Builder is built on top of Node-RED, which ...
    • Overview Object Counting Node

      The Object Counting Node is used to count one or multiple objects which are previously detected by the object detection node. Input and Output Input: MQTT message (results from object detection node) Output: MQTT message containing IN / OUT results ...
    • Overview Video Input Tools Module

      The video input tools module includes nodes to grab the video frames and perform couple of pre-processing tasks on them. In particular, the video input tools include following nodes: Video Feed: The video feed node reads the input stream from the ...
    • Overview Video Output Tools Modules

      Video Output Tools Module: The Video Output tools include nodes to debug and preview the output of flows created in the Viso Builder. The module includes following nodes: Video View: Creates an endpoint to display the result video stream. Slack ...
    • Overview Image Classification Node

      The Image Classification Node is used to classify an image into several categories, using pre-trained or custom deep learning models on GPU, CPU, TPU and VPU. Input and Output Input: Frame from a video file, IP or USB camera. Output: MQTT message ...