Show / Hide Table of Contents

Class ContainerMount

Inheritance
System.Object
ContainerMount
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ContainerMount

Fields

View Source

BindOptions

Optional configuration for the bind type.

Declaration
public readonly ContainerMountBindOptions BindOptions
Field Value
Type Description
ContainerMountBindOptions
View Source

ReadOnly

If true, this volume will be readonly. Defaults to false.

Declaration
public readonly bool? ReadOnly
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Source

The mount source (e.g., a volume name, a host path)

Declaration
public readonly string Source
Field Value
Type Description
System.String
View Source

Target

The container path.

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

TmpfsOptions

Optional configuration for the tmpf type.

Declaration
public readonly ContainerMountTmpfsOptions TmpfsOptions
Field Value
Type Description
ContainerMountTmpfsOptions
View Source

Type

The mount type: valid values are bind|volume|tmpfs.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

VolumeOptions

Optional configuration for the volume type.

Declaration
public readonly ContainerMountVolumeOptions VolumeOptions
Field Value
Type Description
ContainerMountVolumeOptions
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.