ProcessSpec
Defined in: packages/runtime/src/container/types.ts:237
PID-1 process description.
Remarks
Section titled “Remarks”bin is resolved via PATH in the container namespace at
Container.start time — not at spec construction time.
Properties
Section titled “Properties”
readonlyoptionalargv?: readonlystring[]
Defined in: packages/runtime/src/container/types.ts:241
argv passed to the bin; defaults to [bin] when omitted.
readonlybin:string
Defined in: packages/runtime/src/container/types.ts:239
Path or well-known name, resolved at start().
readonlyoptionalcwd?:string
Defined in: packages/runtime/src/container/types.ts:245
Initial working directory. Default: ’/‘.
readonlyoptionalenv?:Readonly<Record<string,string>>
Defined in: packages/runtime/src/container/types.ts:243
Environment — merged over DEFAULT_ENV + image env by specFromImage.