Class ContainerVolume
Inheritance
System.Object
ContainerVolume
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 ContainerVolume
Fields
View SourceContainerPath
The path in the container where the device will be binded.
Declaration
public readonly string ContainerPath
Field Value
| Type | Description |
|---|---|
| System.String |
FromContainer
The container where the volume is coming from.
Declaration
public readonly string FromContainer
Field Value
| Type | Description |
|---|---|
| System.String |
HostPath
The path on the host where the device is located.
Declaration
public readonly string HostPath
Field Value
| Type | Description |
|---|---|
| System.String |
ReadOnly
If true, this volume will be readonly. Defaults to false.
Declaration
public readonly bool? ReadOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
VolumeName
The name of the docker volume which should be mounted.
Declaration
public readonly string VolumeName
Field Value
| Type | Description |
|---|---|
| System.String |