MountConfig
Defined in: types.ts:38
One bind mount. id is the handle used by disable_mounts to subtract
a zooid- or preset-declared entry; user-declared entries that omit id
are auto-assigned user-N. The reserved id workspace is rejected on
user entries.
Properties
id?
optionalid?:string
Defined in: types.ts:39
host
host:
string
Defined in: types.ts:40
target
target:
string
Defined in: types.ts:41
mode
mode:
"ro"|"rw"
Defined in: types.ts:42
create?
optionalcreate?:boolean
Defined in: types.ts:44
mkdir -p the host path before bind-mounting. Default false.