Skip to content

UnixConfig

Defined in: packages/core/src/kernel/types.ts:2148

Legacy configuration for the Unix(config) direct-instance factory.

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.

optional bins?: Record<string, BinFunction>

Defined in: packages/core/src/kernel/types.ts:2150


optional env?: 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


optional tty?: TtyConfig

Defined in: packages/core/src/kernel/types.ts:2152