Module host

Source
Expand description

Host

Structs§

DeviceMapping
DeviceMapping represents the device mapping between the host and the container.
DeviceMappingBuilder
Builder for DeviceMapping.
DeviceRequest
DeviceRequest represents a request for devices from a device driver. Used by GPU device drivers.
DeviceRequestBuilder
Builder for DeviceRequest.
HostConfig
HostConfig the non-portable Config structure of a container. Here, “non-portable” means “dependent of the host we are running on”. Portable information should appear in Config.
HostConfigBuilder
Builder for HostConfig.
LogConfig
LogConfig represents the logging configuration of the container.
LogConfigBuilder
Builder for LogConfig.
RestartPolicy
RestartPolicy represents the restart policies of the container.
RestartPolicyBuilder
Builder for RestartPolicy.
Ulimit
Ulimit is a human friendly version of Rlimit.
UlimitBuilder
Builder for Ulimit.