Device

class Device

An object representing a container instance host device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path inside the container at which to expose the host device.

Link copied to clipboard

The path for the device on the host container instance.

Link copied to clipboard

The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.

Functions

Link copied to clipboard
inline fun copy(block: Device.Builder.() -> Unit = {}): Device
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String