Listening sockets

Expose network ports and define access control for the containerized application's listening sockets.

Access to these listening sockets is permitted when accessed from the set of the listed interfaces and zones. Set both Interfaces and Zones to empty to remove interface restrictions.

Socket

Properties

Enable

Enable the network service.

  • Data type: boolean
  • Default: true
  • Configuration

CLI: (cli)> config compute container <key> service socket <index> enable

Port

The IP port the service operates on.

  • Data type: integer
  • Minimum: 1
  • Maximum: 65535
  • Configuration
  • Required

CLI: (cli)> config compute container <key> service socket <index> port

Protocol

OptionLabel
tcpTCP
udpUDP
icmpICMP
icmpv6ICMPv6
  • Data type: string select
  • Configuration
  • Required

CLI: (cli)> config compute container <key> service socket <index> protocol