Skip to content

CreateOpts

Defined in: packages/runtime/src/container/types.ts:458

Live (non-serializable) objects passed alongside the spec at create time.

Kept separate from ContainerSpec so the spec itself stays serializable (e.g. for manifest images or cross-worker transfer).

readonly optional tty?: TtyConfig

Defined in: packages/runtime/src/container/types.ts:460

TTY to wire through when spec.namespace.devices.tty === 'inherit'.