Describes a host to container volumne mapping.
Name | Description | |
---|---|---|
ContainerVolumeMapping(string HostPath, string ContainerPath, bool ReadOnly) |
Describes a host to container volumne mapping. |
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. |