interface MountConfig {
    source: string;
    target: string;
    type: "volume" | "bind";
}

Properties

Properties

source: string
target: string
type: "volume" | "bind"