Product Features
Applications

Containers

3min

The Containers pane of the Applications module enables you to manage Docker containers for applications in your marketplaces.

A container is a standardized unit of software. When you install an application from a marketplace, at least one container for the installed application appears on the Containers pane. You may also deploy a containerized Docker application that is not in any marketplace catalog by running a custom Docker run command.

All applications in marketplaces run within Docker containers. Each application runs its own dedicated container to ensure isolation. The Docker container themselves run on Docker Engine, which is located on the Manufacturing Connect Edge (MC Edge) instance. Hence if the MC Edge instance becomes unavailable, so will all the running containers.

A Docker container is a portable image that is lightweight, standalone, and executable. It includes everything needed to run an application (code, runtime, system tools, system libraries, and settings). See Overview of 'docker run' to learn more about docker run commands.

Each installed application runs at least one container, and can run multiple containers depending on the configuration.

Note: The Run button in the Containers pane can only be used for docker run commands. Other commands, including any other docker commands, cannot be used.

On the Container pane, each container's state is color-coded. A running container displays green, a paused container displays orange, and an exited container displays black.

You need to have a Docker registry to add an application to a marketplace or to create a new marketplace. The Docker registry and credential information are available through Manufacturing Connect Edge (the edge device provider). These registries provide access so that you can control and manage applications you choose to deploy in the marketplace.

Access Applications Containers UI

To access the Applications Containers pane:

  1. Log in to Manufacturing Connect Edge.
  2. From the Navigation panel, select Applications. The Dashboard pane appears.
  3. Click Containers. The Containers pane appears.

    Containers pane
    Containers pane
    

Next Steps