CliExtensionOpts
Defined in: packages/runtime/src/container/cli-extension.ts:276
Options for cliExtension.
Properties
Section titled “Properties”auditLoggers?
Section titled “auditLoggers?”
readonlyoptionalauditLoggers?:Map<string,AuditLogger>
Defined in: packages/runtime/src/container/cli-extension.ts:293
Per-container audit loggers forwarded to containerFS — drives
the /dev/container/children/<name>/audit file.
image?
Section titled “image?”
readonlyoptionalimage?:UnixImage
Defined in: packages/runtime/src/container/cli-extension.ts:286
Image forked by container unshare. When undefined, the unshare
subcommand has no base image to clone from and will error.
resolver?
Section titled “resolver?”
readonlyoptionalresolver?:ImageResolver
Defined in: packages/runtime/src/container/cli-extension.ts:281
Image resolver for container run <image-name>. Required for run;
when omitted, a no-op resolver is substituted and run fails cleanly.
selfInfo?
Section titled “selfInfo?”
readonlyoptionalselfInfo?:ContainerSelfInfo
Defined in: packages/runtime/src/container/cli-extension.ts:288
Self-introspection info surfaced under /dev/container/self/.