Services

Define services that the container provides.

The container's services are made available as access resources.

  • Web service - Provide access to a web service running in the container via the device's web interface.

Properties

Shell program

The path to the shell inside the container image.

If a shell program is set, a Shell resource that runs the shell program is associated with the container and tagged with the container's resource tags.

  • Data type: string
  • Default: /bin/sh
  • Configuration
  • Optional

CLI: (cli)> config compute container <key> service shell

Video display

Provide access to Gearlinx graphical application containers via the device's web interface.

If enabled, a Video display resource is associated with the container and tagged with the container's resource tags.

  • Data type: boolean
  • Default: false
  • Configuration

CLI: (cli)> config compute container <key> service video