Services
Define services that the container provides.
The container's services are made available as access resources. Network services are exposed via listening sockets when using host networking, or port forwards when using a virtual ethernet interface.
- Web service - Provide access to a web service running in the container via the device's web interface.
- Port forwarding - Forward network ports to the containerized application's listening sockets and define access control.
- Listening sockets - Expose network ports and define access control for the containerized application's listening sockets.
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 $(process.env.CONFIG_VENDOR} 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
