Type Alias DockerVolumeMap

DockerVolumeMap: {
    containerAbsolutePath: string;
    hostAbsolutePath: string;
    type?: DockerVolumeMappingType;
}

A mapping of a single docker volume for mounting host files to a container.