Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomContainer

Package version

Custom container payload

Hierarchy

  • CustomContainer

Index

Properties

Optional args

args: string[]

Arguments to the entrypoint. The docker image's CMD is used if this is not provided.

Optional command

command: string[]

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.

Optional containerImage

containerImage: undefined | string

Container image of the custom container. This should be in the form of : without the server name of the registry

Optional imageRegistryCredential

imageRegistryCredential: ImageRegistryCredential

Credential of the image registry

Optional languageFramework

languageFramework: undefined | string

Language framework of the container image uploaded

Optional server

server: undefined | string

The name of the registry that contains the container image

Generated using TypeDoc