DockerEngineAPI.Model.DeviceInfo (ex_docker_api v1.55.0)

View Source

DeviceInfo represents a device that can be used by a container.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.DeviceInfo{
  ID: String.t() | nil,
  Source: String.t() | nil
}

Functions

decode(value)