Expand description
Host
Structs§
- Device
Mapping - DeviceMapping represents the device mapping between the host and the container.
- Device
Mapping Builder - Builder for
DeviceMapping
. - Device
Request - DeviceRequest represents a request for devices from a device driver. Used by GPU device drivers.
- Device
Request Builder - Builder for
DeviceRequest
. - Host
Config - 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.
- Host
Config Builder - Builder for
HostConfig
. - LogConfig
- LogConfig represents the logging configuration of the container.
- LogConfig
Builder - Builder for
LogConfig
. - Restart
Policy - RestartPolicy represents the restart policies of the container.
- Restart
Policy Builder - Builder for
RestartPolicy
. - Ulimit
- Ulimit is a human friendly version of Rlimit.
- Ulimit
Builder - Builder for
Ulimit
.