Class DockerVolume
Describes a Docker volume.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class DockerVolume
Properties
Driver
Returns the volume driver.
Declaration
public string Driver { get; }
Property Value
Type | Description |
---|---|
string |
Inner
Returns the raw
Declaration
public dynamic Inner { get; }
Property Value
Type | Description |
---|---|
dynamic |
Mountpoint
Returns the volume mount point on the host node.
Declaration
public string Mountpoint { get; }
Property Value
Type | Description |
---|---|
string |
Name
Returns the volume name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |