CreateOpts
Defined in: packages/runtime/src/container/types.ts:458
Live (non-serializable) objects passed alongside the spec at create time.
Remarks
Section titled “Remarks”Kept separate from ContainerSpec so the spec itself stays
serializable (e.g. for manifest images or cross-worker transfer).
Properties
Section titled “Properties”
readonlyoptionaltty?:TtyConfig
Defined in: packages/runtime/src/container/types.ts:460
TTY to wire through when spec.namespace.devices.tty === 'inherit'.