Skip to main content

@webda/shellReadme | API


Interface: ContainerResources

Extends

  • DeployerResources

Properties

Dockerfile?

Dockerfile?: string

Source

packages/shell/src/deployers/container.ts:51


baseImage?

baseImage?: string

Source

packages/shell/src/deployers/container.ts:55


command?

command?: string

Source

packages/shell/src/deployers/container.ts:53


containerClient?

containerClient?: ContainerClientDefinition | ClientProfiles

Container client profile

Default

docker

Source

packages/shell/src/deployers/container.ts:75


debugDockerfilePath?

debugDockerfilePath?: string

Source

packages/shell/src/deployers/container.ts:57


errorFile?

errorFile?: string

Source

packages/shell/src/deployers/container.ts:65


excludePackages?

excludePackages?: string[]

Source

packages/shell/src/deployers/container.ts:69


includeLinkModules?

includeLinkModules?: boolean

Source

packages/shell/src/deployers/container.ts:63


includeWorkspaces?

includeWorkspaces?: boolean

Source

packages/shell/src/deployers/container.ts:61


logFile?

logFile?: string

Source

packages/shell/src/deployers/container.ts:67


name?

name?: string

Inherited from

DeployerResources.name

Source

packages/core/lib/utils/abstractdeployer.d.ts:3


push?

push?: boolean

Source

packages/shell/src/deployers/container.ts:49


tag?

tag?: string

Source

packages/shell/src/deployers/container.ts:47


type?

type?: string

Inherited from

DeployerResources.type

Source

packages/core/lib/utils/abstractdeployer.d.ts:4


workDirectory?

workDirectory?: string

Source

packages/shell/src/deployers/container.ts:59