Optional configuration for the bind type. MountBindOptions

interface MountBindOptions {
    NonRecursive?: boolean;
    Propagation?: MountBindOptionsPropagationEnum;
}

Properties

NonRecursive?: boolean

Disable recursive bind mount.

A propagation mode with the value [r]private, [r]shared, or [r]slave.