Skip to content

BindSpec

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

Union-bind directive — applied after all mounts, in declaration order.

Plan 9 bind semantics: mode controls whether the new binding is prepended (-b), appended (-a), or replaces the existing mount (-c).

readonly from: string

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

Source path (resolved in the same namespace).


readonly mode: BindFlags

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

Bind mode — replace / before / after (see BindFlags).


readonly to: string

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

Destination path.