ContainerVolumeMapping Class

Describes a host to container volumne mapping.

Inheritance Hierarchy

Syntax

public sealed class ContainerVolumeMapping : IEquatable<T>

Constructors

Name Description
ContainerVolumeMapping(string HostPath, string ContainerPath, bool ReadOnly)

Describes a host to container volumne mapping.

Properties

Name Description
ContainerPath

Path inside the container to map to HostPath. When null (Nothing in Visual Basic), a temporary path is generated.

HostPath

Host path to capture in the container.

ReadOnly

When true, the host path is mapped as read-only.

Methods

Name Description
<Clone>$
Deconstruct(System.String& HostPath, System.String& ContainerPath, System.Boolean& ReadOnly)
Equals(ContainerVolumeMapping other)
GetHashCode
ToString