BindSpec
Defined in: packages/runtime/src/container/types.ts:138
Union-bind directive — applied after all mounts, in declaration order.
Remarks
Section titled “Remarks”Plan 9 bind semantics: mode controls whether the new binding
is prepended (-b), appended (-a), or replaces the existing mount (-c).
Properties
Section titled “Properties”
readonlyfrom:string
Defined in: packages/runtime/src/container/types.ts:140
Source path (resolved in the same namespace).
readonlymode:BindFlags
Defined in: packages/runtime/src/container/types.ts:144
Bind mode — replace / before / after (see BindFlags).
readonlyto:string
Defined in: packages/runtime/src/container/types.ts:142
Destination path.