augment-vir - v31.13.0
    Preparing search index...

    Type Alias DockerVolumeMap

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

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

    Properties

    containerAbsolutePath: string
    hostAbsolutePath: string