Class ContainerDevice
Inheritance
System.Object
ContainerDevice
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 ContainerDevice
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 |
HostPath
The path on the host where the device is located.
Declaration
public readonly string HostPath
Field Value
| Type | Description |
|---|---|
| System.String |
Permissions
The cgroup permissions given to the
container to access the device.
Defaults to rwm.
Declaration
public readonly string Permissions
Field Value
| Type | Description |
|---|---|
| System.String |