Skip to main content

Interface: ContainerCreateResult

Information about the container created by calling the containerEngine.createContainer method

Properties

engineId

engineId: string

the engineId where the container is running

Defined in

packages/extension-api/src/extension-api.d.ts:3054


id

id: string

a string uniquely identifying the created container, which can be used to execute other methods on the container (containerEngine.deleteContainer, containerEngine.inspectContainer, containerEngine.startContainer, containerEngine.stopContainer, containerEngine.logsContainer)

Defined in

packages/extension-api/src/extension-api.d.ts:3050