UnixConfig
Defined in: packages/core/src/kernel/types.ts:2148
Legacy configuration for the Unix(config) direct-instance factory.
Remarks
Section titled “Remarks”Retained for back-compat with pre-builder call sites. Unix(config) creates
a UnixInstance directly, bypassing the builder and image. New code should
use the UnixBuilder pipeline, which supports extensions, layers,
and the .run() build step.
Properties
Section titled “Properties”
optionalbins?:Record<string,BinFunction>
Defined in: packages/core/src/kernel/types.ts:2150
optionalenv?:Record<string,string>
Defined in: packages/core/src/kernel/types.ts:2151
fs:
Record<string,Fileserver>
Defined in: packages/core/src/kernel/types.ts:2149
optionaltty?:TtyConfig
Defined in: packages/core/src/kernel/types.ts:2152