Containers View
Containers allow you to extend the basic functionality of Connectware.
A container represents any (third-party) application made available using the docker (https://www.docker.com) technology. There are no limits on the range of possible applications in Docker containers.
Connectware imposes no constraints on the actual containers, but will ensure security by running the containers in encapsulated networks. This way the containerized applications can neither compromise the host system nor access any other data except those explicitly granted access to within the commissioning file (see Services).
See also: Cybus::Container resource
Containers can be added by installing a Service.
Overview
Once a service using one or more containers is enabled, respective rows representing each container will be visible in the overview table.

Once the service is in the enabled state, basic manual interaction with the container is possible by selecting the checkbox on the left side of the row in the overview table. Activating this checkbox will show the toolbar, where buttons for manually stopping and starting the container are available.

Once stopped, containers can also be removed by clicking the delete icon in the toolbar.
Manual stopping or deletion of containers will render the corresponding service to be deviated (i.e. only partially functional). This is indicated by a yellow warning popup window at the bottom left of the screen. To restore the initial settings it is always possible to disable and then again enable the service.
Like every other resource, containers have a detail view. By clicking on one of the listed containers you get redirected to the Details View of the selected container.
Containers Details View
Containers have multiple resources itself. These are grouped in Configuration Tab and Environment Variables Tab. Additionally, you can see the container logs in the Container Logs tab.

Configuration Tab
This tab shows the configuration properties of the selected container.

Environment Variables Tab
This tab shows the specified environment variables that are specified for the selected container.

Last updated
Was this helpful?